File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 30
30
key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
31
31
32
32
- name : Setup Node.js
33
- uses : actions/setup-node@v1
33
+ uses : actions/setup-node@v3
34
34
with :
35
- node-version : 10 .x
35
+ node-version : 16 .x
36
36
37
37
- name : Install dependencies
38
38
run : yarn install --frozen-lockfile && yarn docs:install --frozen-lockfile
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
path : ' **/node_modules'
18
18
key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
19
19
20
- - name : Use Node.js ${{ matrix.node-version }}
21
- uses : actions/setup-node@v1
20
+ - name : Use Node.js
21
+ uses : actions/setup-node@v3
22
22
with :
23
- node-version : ${{ matrix.node-version }}
23
+ node-version : 16.x
24
24
25
25
- name : Install dependencies
26
26
run : |
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
33
33
DIST_TAG : ${{ github.event.inputs.distTag }}
34
34
strategy :
35
35
matrix :
36
- node-version : [ 12 .x ]
36
+ node-version : [ 16 .x ]
37
37
steps :
38
38
- name : Checkout
39
39
uses : actions/checkout@v2
40
40
41
41
- name : Use Node.js ${{ matrix.node-version }}
42
- uses : actions/setup-node@v2
42
+ uses : actions/setup-node@v3
43
43
with :
44
44
node-version : ${{ matrix.node-version }}
45
45
cache : ' yarn'
57
57
run : yarn test
58
58
59
59
- name : Set registry url
60
- uses : actions/setup-node@v2
60
+ uses : actions/setup-node@v3
61
61
with :
62
62
registry-url : ' https://npm.pkg.github.com'
63
63
Original file line number Diff line number Diff line change 57
57
run : pip install boto3==1.14.63
58
58
59
59
- name : Setup Node.js
60
- uses : actions/setup-node@v1
60
+ uses : actions/setup-node@v3
61
61
with :
62
- node-version : 10 .x
62
+ node-version : 16 .x
63
63
64
64
- name : Install dependencies
65
65
run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 30
30
key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
31
31
32
32
- name : Use Node.js ${{ matrix.node-version }}
33
- uses : actions/setup-node@v1
33
+ uses : actions/setup-node@v3
34
34
with :
35
35
node-version : ${{ matrix.node-version }}
36
36
You can’t perform that action at this time.
0 commit comments