File tree Expand file tree Collapse file tree 4 files changed +23
-19
lines changed
Expand file tree Collapse file tree 4 files changed +23
-19
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
15- node : [16 .x, 18 .x, 20 .x]
15+ node : [18 .x, 20 .x, 22 .x]
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v4
1919 - name : Use node@${{ matrix.node }}
20- uses : actions/setup-node@v2
20+ uses : actions/setup-node@v4
2121 with :
2222 node-version : ${{ matrix.node }}
2323 cache : " npm"
2626 - name : Lint code
2727 run : npm run lint
2828 - name : Install Playwright
29- run : npx playwright install-deps chromium
29+ run : npx playwright install --with -deps chromium
3030 - name : Run tests
3131 run : npm run ci:test
3232 - name : Report code coverage
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v4
1616 - name : Setup node
17- uses : actions/setup-node@v2
17+ uses : actions/setup-node@v4
1818 with :
19- node-version : 16 .x
19+ node-version : 20 .x
2020 cache : " npm"
2121 - name : Install dependencies
2222 run : npm ci
Original file line number Diff line number Diff line change 4040 "mocha" : " ^9.1.3" ,
4141 "mocha-snap" : " ^4.0.2" ,
4242 "nyc" : " ^15.1.0" ,
43- "playwright" : " ^1.16.1 " ,
43+ "playwright" : " ^1.51.0 " ,
4444 "prettier" : " ^2.8.8" ,
4545 "replace" : " ^1.2.1" ,
4646 "semantic-release" : " ^18.0.0" ,
You can’t perform that action at this time.
0 commit comments