File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
41
41
VERSION : " ${{ needs.release.outputs.new_release_version }}"
42
42
steps :
43
43
- name : Checkout
44
- uses : actions/checkout@v2
44
+ uses : actions/checkout@v3
45
45
- name : setup nodejs
46
- uses : actions/setup-node@v2
46
+ uses : actions/setup-node@v3
47
47
with :
48
- node-version : 14.15.4
48
+ node-version : 16
49
49
- name : yarn install
50
50
run : >
51
51
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
18
18
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v3
22
22
- name : setup nodejs
23
- uses : actions/setup-node@v2
23
+ uses : actions/setup-node@v3
24
24
with :
25
- node-version : 14.15.4
25
+ node-version : 16
26
26
- name : yarn install
27
27
run : >
28
28
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >
Original file line number Diff line number Diff line change 59
59
"webpack-log" : " ^3.0.1"
60
60
},
61
61
"dependencies" : {
62
- "@cocreate/actions" : " ^1.8.1 " ,
63
- "@cocreate/docs" : " ^1.7.0 " ,
62
+ "@cocreate/actions" : " ^1.8.2 " ,
63
+ "@cocreate/docs" : " ^1.7.1 " ,
64
64
"@cocreate/observer" : " ^1.7.1" ,
65
65
"@cocreate/utils" : " ^1.20.1"
66
66
}
67
- }
67
+ }
You can’t perform that action at this time.
0 commit comments