File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
27
27
needs : build
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@v3
31
- - uses : actions/setup-node@v3
30
+ - uses : actions/checkout@v4
31
+ - uses : actions/setup-node@v4
32
32
with :
33
- node-version : 16
33
+ node-version : ' 20.x '
34
34
registry-url : https://registry.npmjs.org/
35
35
36
36
- name : Temp disable SSL Verification for registry.npm.taobao.org
@@ -50,11 +50,14 @@ jobs:
50
50
publish-gpr :
51
51
needs : build
52
52
runs-on : ubuntu-latest
53
+ permissions :
54
+ contents : read
55
+ packages : write
53
56
steps :
54
- - uses : actions/checkout@v3
55
- - uses : actions/setup-node@v3
57
+ - uses : actions/checkout@v4
58
+ - uses : actions/setup-node@v4
56
59
with :
57
- node-version : 16
60
+ node-version : ' 20.x '
58
61
registry-url : https://npm.pkg.github.com/
59
62
scope : ' @taozhi8833998'
60
63
You can’t perform that action at this time.
0 commit comments