File tree Expand file tree Collapse file tree 3 files changed +146
-568
lines changed Expand file tree Collapse file tree 3 files changed +146
-568
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
publish-npm :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
14
- - uses : actions/setup-node@v3
13
+ - uses : actions/checkout@v4
14
+ - uses : actions/setup-node@v4
15
15
with :
16
- node-version : ' 20 .x'
16
+ node-version : ' 22 .x'
17
17
registry-url : ' https://registry.npmjs.org'
18
18
- run : npm ci
19
19
- run : npm publish
@@ -22,10 +22,10 @@ jobs:
22
22
publish-git :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v3
26
- - uses : actions/setup-node@v3
25
+ - uses : actions/checkout@v4
26
+ - uses : actions/setup-node@v4
27
27
with :
28
- node-version : ' 20 .x'
28
+ node-version : ' 22 .x'
29
29
registry-url : ' https://npm.pkg.github.com'
30
30
scope : ' @contentstack'
31
31
- run : npm ci
You can’t perform that action at this time.
0 commit comments