Skip to content

Commit 5c4009d

Browse files
committed
update ci
1 parent 7459e3b commit 5c4009d

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ jobs:
9595
runs-on: ubuntu-latest
9696
strategy:
9797
matrix:
98-
node-version: [20.x]
98+
node-version: [24.x]
9999

100100
steps:
101-
- uses: actions/checkout@v4
101+
- uses: actions/checkout@v5
102102
- name: Use Node.js ${{ matrix.node-version }}
103-
uses: actions/setup-node@v3
103+
uses: actions/setup-node@v4
104104
with:
105105
node-version: ${{ matrix.node-version }}
106106

@@ -133,14 +133,14 @@ jobs:
133133
NEXT_PUBLIC_INFINITE_LICENSE_KEY: ${{ secrets.NEXT_PUBLIC_INFINITE_LICENSE_KEY }}
134134
strategy:
135135
matrix:
136-
node-version: [20.x]
136+
node-version: [24.x]
137137

138138
steps:
139-
- uses: actions/checkout@v4
139+
- uses: actions/checkout@v5
140140
with:
141141
token: ${{ secrets.GITHUB_TOKEN }}
142142
- name: Use Node.js ${{ matrix.node-version }}
143-
uses: actions/setup-node@v3
143+
uses: actions/setup-node@v4
144144
with:
145145
node-version: ${{ matrix.node-version }}
146146

.github/workflows/rebuild-website.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
CONVERTKIT_TAG_ID: ${{ secrets.CONVERTKIT_TAG_ID }}
4646
strategy:
4747
matrix:
48-
node-version: [20.x]
48+
node-version: [24.x]
4949

5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v5
5252

5353
- name: Use Node.js ${{ matrix.node-version }}
5454
uses: actions/setup-node@v4
@@ -75,7 +75,7 @@ jobs:
7575
npm run build:all
7676
7777
- name: checkout infinite-www-dist repo
78-
uses: actions/checkout@v4
78+
uses: actions/checkout@v5
7979
with:
8080
token: ${{ secrets.DEPLOY_GITHUB_TOKEN }}
8181
repository: infinite-table/infinite-www-dist

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525

2626
strategy:
2727
matrix:
28-
node-version: [20.x]
28+
node-version: [24.x]
2929

3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
- name: Use Node.js ${{ matrix.node-version }}
3333
uses: actions/setup-node@v4
3434
with:

0 commit comments

Comments
 (0)