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 13
13
runs-on : ubuntu-latest
14
14
strategy :
15
15
matrix :
16
- node-version : ['16.x', '18.x']
16
+ node-version : ['16.x', '18.x', '20.x' ]
17
17
18
18
steps :
19
19
- name : Checkout
@@ -34,15 +34,15 @@ jobs:
34
34
env :
35
35
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD : 1
36
36
- name : Lint
37
- if : matrix.node-version == '16 .x'
37
+ if : matrix.node-version == '20 .x'
38
38
run : npm run lint
39
39
- name : Prettier
40
- if : matrix.node-version == '16 .x'
40
+ if : matrix.node-version == '20 .x'
41
41
run : npm run prettier:check
42
42
- name : Test Node
43
43
run : npm run test:node
44
44
- name : Test Browser
45
- if : matrix.node-version == '16 .x'
45
+ if : matrix.node-version == '20 .x'
46
46
run : |
47
47
export PUPPETEER_EXECUTABLE_PATH=$(which google-chrome-stable)
48
48
npm run test:browser
You can’t perform that action at this time.
0 commit comments