We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9984319 commit 81f3009Copy full SHA for 81f3009
1 file changed
.github/workflows/e2e.yaml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- os: [ ubuntu-latest, macos-latest, macos-13, windows-latest ] # You can add windows-latest if needed
+ os: [ ubuntu-latest, macos-latest, windows-latest ] # You can add windows-latest if needed
23
node: [ 16, 18, 20, 22 ]
24
defaults:
25
run:
0 commit comments