File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,20 @@ jobs:
18
18
# Otherwise we would not know if the problem is tied to the Node.js version
19
19
fail-fast : false
20
20
matrix :
21
- # TODO: relax `'16.9.1'` to `16` once GitHub has 16.9.1 cached. 16.9.0 is broken due to https://github.com/nodejs/node/issues/40030
22
- node : [12, 14, '16.9.1']
21
+ node : [12, 14, 16]
23
22
runs-on : ubuntu-latest
24
23
steps :
25
24
- name : 🛑 Cancel Previous Runs
26
25
27
26
28
27
- name : ⬇️ Checkout repo
29
- uses : actions/checkout@v2
28
+ uses : actions/checkout@v3
30
29
with :
31
30
# required by codecov/codecov-action
32
31
fetch-depth : 0
33
32
34
33
- name : ⎔ Setup node
35
- uses : actions/setup-node@v2
34
+ uses : actions/setup-node@v3
36
35
with :
37
36
node-version : ${{ matrix.node }}
38
37
@@ -66,10 +65,10 @@ jobs:
66
65
67
66
68
67
- name : ⬇️ Checkout repo
69
- uses : actions/checkout@v2
68
+ uses : actions/checkout@v3
70
69
71
70
- name : ⎔ Setup node
72
- uses : actions/setup-node@v2
71
+ uses : actions/setup-node@v3
73
72
with :
74
73
node-version : 14
75
74
You can’t perform that action at this time.
0 commit comments