Skip to content

Commit bb550b1

Browse files
committed
ci: skip a bunch of tests
1 parent c8e31a3 commit bb550b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/native-wsl.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [windows-2019]
19-
node-version: [18, 16, 14, 12, 10, 8, 6, 4]
19+
node-version: [18]
20+
# node-version: [18, 16, 14, 12, 10, 8, 6, 4]
2021
configuration: [wsl, native]
2122

2223
steps:

0 commit comments

Comments
 (0)