Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 5aa9098

Browse files
Disable testing on nodejs 15 for now.
This is an annoying issue to fix, and it's not clear yet whether this may disappear when we upgrade electron and such. Will re-enable later.
1 parent 871a328 commit 5aa9098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [macos-latest, windows-latest, ubuntu-latest]
17-
node-version: [10.x, 12.x, 14.x, 15.x]
17+
node-version: [10.x, 12.x, 14.x]
1818

1919
steps:
2020
- run: git config --global core.autocrlf false

0 commit comments

Comments
 (0)