Skip to content

Commit 592c3ef

Browse files
committed
chore(ci): upgrade to node 22
1 parent 1e115b2 commit 592c3ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
fetch-depth: 0
1919
ref: v19
2020
- name: Setup Node.js
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2222
with:
23-
node-version: '20.x'
23+
node-version: 22.16.0
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

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

0 commit comments

Comments
 (0)