We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e145e9b commit 14bff80Copy full SHA for 14bff80
.github/workflows/sanity-workflow.yml
@@ -20,7 +20,7 @@ jobs:
20
fail-fast: false
21
max-parallel: 3
22
matrix:
23
- node: ['14', '16', '18', '20']
+ node: ['16', '18', '20']
24
os: [ macos-latest, windows-latest, ubuntu-latest ]
25
name: NodeJS Playwright Repo ${{ matrix.node }} - ${{ matrix.os }} Sample
26
env:
0 commit comments