File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v3
16
16
- uses : actions/setup-node@v3
17
17
with :
18
- node-version : 18
18
+ node-version : 22
19
19
registry-url : https://registry.npmjs.org/
20
20
cache : npm
21
21
- run : npm install -g npm@latest
@@ -29,15 +29,15 @@ jobs:
29
29
NODE_AUTH_TOKEN : ${{secrets.npm_token}}
30
30
publish-github :
31
31
name : Publish to GitHub Packages
32
- runs-on : ubuntu-latest
33
- permissions :
32
+ runs-on : ubuntu-latest
33
+ permissions :
34
34
contents : read
35
35
packages : write
36
36
steps :
37
37
- uses : actions/checkout@v3
38
38
- uses : actions/setup-node@v3
39
39
with :
40
- node-version : 18
40
+ node-version : 22
41
41
registry-url : https://npm.pkg.github.com
42
42
cache : npm
43
43
scope : ' @github'
Original file line number Diff line number Diff line change 14
14
- name : Use Node.js 18.x
15
15
uses : actions/setup-node@v3
16
16
with :
17
- node-version : 18.x
17
+ node-version : 22
18
18
- name : npm install, build, and test
19
19
run : |
20
20
npm it
You can’t perform that action at this time.
0 commit comments