File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
13
13
strategy :
14
14
matrix :
15
- node-version : [12.x, 14.x, 16x]
15
+ node-version : [16x]
16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
19
19
- name : Use Node.js ${{ matrix.node-version }}
20
- uses : actions/setup-node@v1
20
+ uses : actions/setup-node@v2
21
21
with :
22
22
node-version : ${{ matrix.node-version }}
23
23
- run : npm ci
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v2
13
- - uses : actions/setup-node@v1
13
+ - uses : actions/setup-node@v2
14
14
with :
15
15
node-version : 16
16
16
- run : sudo apt-get install xvfb
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- uses : actions/checkout@v2
27
- - uses : actions/setup-node@v1
27
+ - uses : actions/setup-node@v2
28
28
with :
29
29
node-version : 16
30
30
registry-url : https://registry.npmjs.org/
You can’t perform that action at this time.
0 commit comments