Skip to content

Commit 399d122

Browse files
committed
ci: update Node.js version to 22 in CI and release workflows
1 parent 52a868b commit 399d122

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- id: set
2929
run: |
3030
if [[ "${{ inputs.full }}" == "true" ]]; then
31-
echo 'matrix={"os":["ubuntu-latest"],"node":[20]}' >> $GITHUB_OUTPUT
31+
echo 'matrix={"os":["ubuntu-latest"],"node":[22]}' >> $GITHUB_OUTPUT
3232
echo 'name_suffix=(full matrix)' >> $GITHUB_OUTPUT
3333
else
34-
echo 'matrix={"os":["ubuntu-latest"],"node":[20]}' >> $GITHUB_OUTPUT
34+
echo 'matrix={"os":["ubuntu-latest"],"node":[22]}' >> $GITHUB_OUTPUT
3535
echo 'name_suffix=' >> $GITHUB_OUTPUT
3636
fi
3737

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Use Node.js
4646
uses: actions/setup-node@v4
4747
with:
48-
node-version: 20
48+
node-version: 22
4949
cache: 'npm'
5050
registry-url: 'https://registry.npmjs.org'
5151
always-auth: true

0 commit comments

Comments
 (0)