Skip to content

Commit c589e22

Browse files
committed
Test against Node.js 22
The version workflow now uses Node.js 22 instead of 20.
1 parent ddeddb8 commit c589e22

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: npm install
1616
- run: npm test
1717
- uses: codecov/codecov-action@v4
18-
if: ${{matrix.os == 'ubuntu-latest' && matrix.node == 20}}
18+
if: ${{matrix.os == 'ubuntu-latest' && matrix.node == 22}}
1919
strategy:
2020
matrix:
2121
os:
@@ -24,3 +24,4 @@ jobs:
2424
node:
2525
- 18
2626
- 20
27+
- 22

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
registry-url: https://registry.npmjs.org
2121
- run: npm install
2222
- uses: changesets/action@v1

0 commit comments

Comments
 (0)