Skip to content

Commit 190022d

Browse files
chore(deps): update dependency node to v22
1 parent 9a591f2 commit 190022d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
cache: npm
17-
node-version: 18
17+
node-version: 22
1818
- run: npm ci
1919
- run: npm test
2020
createComment:
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-node@v4
2929
with:
3030
cache: npm
31-
node-version: 18
31+
node-version: 22
3232
- run: npm ci
3333
- run: node test/fixtures/app.js
3434
env:

0 commit comments

Comments
 (0)