Skip to content

Commit adc0272

Browse files
committed
chore: update Node.js version to 22.x in CI workflow
1 parent cebc9f0 commit adc0272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '21.6'
21+
node-version: '22.x'
2222

2323
- name: Cache node_modules
2424
uses: actions/cache@v4

0 commit comments

Comments
 (0)