This repository was archived by the owner on Aug 6, 2025. It is now read-only.
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 1717 runs-on : ubuntu-latest
1818 strategy :
1919 matrix :
20- node : ['12 ', '14 ', '16 ']
20+ node : ['14 ', '16 ', '18 ']
2121 # TODO: technically we still support down to 1.12 but `locator.waitFor`
2222 # was introduced in 1.16 so anything earlier blows up type-checking.
2323 # This minimum will be bumped in the next breaking release that will be
6868 npm why @playwright/test
6969 npm run test:legacy
7070
71- # Only release on Node 14
71+ # Only release on Node 16
7272
7373 - name : Upload Coverage / Release / Playwright
7474 run : npm run ci-after-success
@@ -99,13 +99,13 @@ jobs:
9999 run : echo ::set-output name=branch::${GITHUB_REF#refs/*/}
100100
101101 - name : Release / Playwright Test (latest)
102- if : ${{ matrix.node == '14 ' && matrix.playwright == 'latest' && steps.did-release.outputs.released == 'true' && steps.branch.outputs.branch == 'main' }}
102+ if : ${{ matrix.node == '16 ' && matrix.playwright == 'latest' && steps.did-release.outputs.released == 'true' && steps.branch.outputs.branch == 'main' }}
103103 run : |
104104 npm run prepare:playwright-test
105105 npm publish --access=public
106106
107107 - name : Release / Playwright Test (pre-release)
108- if : ${{ matrix.node == '14 ' && matrix.playwright == 'latest' && steps.did-release.outputs.released == 'true' && steps.branch.outputs.branch != 'main' }}
108+ if : ${{ matrix.node == '16 ' && matrix.playwright == 'latest' && steps.did-release.outputs.released == 'true' && steps.branch.outputs.branch != 'main' }}
109109 run : |
110110 npm run prepare:playwright-test
111111 npm publish --access=public --tag=${{ steps.branch.outputs.branch }}
You can’t perform that action at this time.
0 commit comments