Skip to content

Commit 09cef6c

Browse files
committed
update ci node to 22
1 parent 613f90b commit 09cef6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424
- uses: actions/setup-node@v5
2525
with:
26-
node-version: '18.x'
26+
node-version: '22'
2727
registry-url: 'https://registry.npmjs.org'
2828
- run: npm install -g npm@latest
2929
- run: npm --version

0 commit comments

Comments
 (0)