File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@v2
25
25
26
26
- name : Setup Node.js
27
- uses : actions/setup-node@v2
27
+ uses : actions/setup-node@v3
28
28
with :
29
29
node-version : ${{ matrix.node }}
30
30
cache : ' yarn'
52
52
uses : actions/checkout@v2
53
53
54
54
- name : Setup Node.js
55
- uses : actions/setup-node@v2
55
+ uses : actions/setup-node@v3
56
56
with :
57
57
node-version : ${{ env.NODE_VERSION }}
58
58
cache : ' yarn'
85
85
uses : actions/checkout@v2
86
86
87
87
- name : Setup Node.js
88
- uses : actions/setup-node@v2
88
+ uses : actions/setup-node@v3
89
89
with :
90
90
node-version : ${{ env.NODE_VERSION }}
91
91
cache : ' yarn'
@@ -119,7 +119,7 @@ jobs:
119
119
uses : actions/checkout@v2
120
120
121
121
- name : Setup Node.js
122
- uses : actions/setup-node@v2
122
+ uses : actions/setup-node@v3
123
123
with :
124
124
node-version : ${{ env.NODE_VERSION }}
125
125
cache : ' yarn'
You can’t perform that action at this time.
0 commit comments