Skip to content

Commit 1867a8a

Browse files
author
Pelle Wessman
committed
Deactivate Windows testing for now
1 parent 17417ae commit 1867a8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ jobs:
2525
no-lockfile: true
2626
npm-test-script: 'test-ci'
2727
node-versions: '14,16,18,19'
28-
os: 'ubuntu-latest,windows-latest'
28+
# We currently have some issues on Windows that will have to wait to be fixed
29+
# os: 'ubuntu-latest,windows-latest'
30+
os: 'ubuntu-latest'

0 commit comments

Comments
 (0)