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