ci: update Node.js version to 22 in npm publishing workflow
All checks were successful
Publish to npm / publish (push) Successful in 2m46s
All checks were successful
Publish to npm / publish (push) Successful in 2m46s
This commit is contained in:
parent
f010a84202
commit
48e1b2b5ea
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '22'
|
||||
registry-url: 'https://registry.npmjs.org/'
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Reference in New Issue
Block a user