Skip to content

Commit 5c31e04

Browse files
Update CI github-actions
1 parent 3023535 commit 5c31e04

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Node.js 20
2525
uses: actions/setup-node@v5
2626
with:
27-
node-version: '20.x'
27+
node-version: '22.19.0'
2828
cache: yarn
2929
- name: Install dependencies
3030
run: yarn install --frozen-lockfile

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Node.js 20
3333
uses: actions/setup-node@v5
3434
with:
35-
node-version: '20.x'
35+
node-version: '22.19.0'
3636
cache: yarn
3737
- name: Install dependencies
3838
run: yarn install --frozen-lockfile

.github/workflows/cloudflare-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Node.js 20
4949
uses: actions/setup-node@v5
5050
with:
51-
node-version: '20.x'
51+
node-version: '22.19.0'
5252
cache: yarn
5353
- name: Install dependencies
5454
run: yarn install --frozen-lockfile

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
contents: write
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
submodules: true
2626
- name: Set up Node.js 20
27-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v5
2828
with:
29-
node-version: '20.x'
29+
node-version: '22.19.0'
3030
cache: yarn
3131
- name: Install dependencies
3232
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)