File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- node-version : [14 .x, 16 .x, 18 .x]
13
+ node-version : [16 .x, 18 .x, 20 .x]
14
14
os : [ubuntu-latest, windows-latest, macos-latest]
15
15
steps :
16
16
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 4
4
types : [published]
5
5
jobs :
6
6
publish-npm :
7
- runs-on : ubuntu-20 .04
7
+ runs-on : ubuntu-22 .04
8
8
steps :
9
9
- uses : actions/checkout@v3
10
10
- uses : actions/setup-node@v3
11
11
with :
12
- node-version : 16
12
+ node-version : 18
13
13
registry-url : https://registry.npmjs.org/
14
14
- run : npm ci
15
15
- run : npm publish
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v3
13
13
- uses : actions/setup-node@v3
14
14
with :
15
- node-version : 16
15
+ node-version : 18
16
16
- name : Install dependencies
17
17
run : {{installDepsCommand}}
18
18
- name : Install Playwright Browsers
You can’t perform that action at this time.
0 commit comments