Skip to content

Commit 0dde6b8

Browse files
committed
chore(ci): upgrade to node 22
1 parent cb31393 commit 0dde6b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: '20.x'
23+
node-version: '22.x'
2424
- name: Install dependencies
2525
run: npm ci
2626
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: '20.x'
21+
node-version: '22.x'
2222
- run: npm ci
2323
- run: npm run lint
2424
- run: npm run build

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '20.x'
24+
node-version: '22.x'
2525
- name: Git config
2626
run: |
2727
git config user.name "${GITHUB_ACTOR}"

0 commit comments

Comments
 (0)