Skip to content

Commit 554a089

Browse files
committed
ci: update setup-node action and default node-version
1 parent b36ceaa commit 554a089

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717
ref: ${{ github.event.workflow_run.head_branch }}
1818
- uses: actions/setup-node@v6
1919
with:
20-
node-version: 22
20+
node-version: 24
2121
cache: 'npm'
2222
registry-url: https://registry.npmjs.org/
2323
- run: npm ci

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: [20.x, 22.x, 24.x, 25.1.x]
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Use Node.js ${{ matrix.node-version }}
2222
uses: actions/setup-node@v6
2323
with:

0 commit comments

Comments
 (0)