Commit 5aa909816d03f8bc4d6c307e5ccfbbd11b40b67e
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.Daan Wynen committed on 1/28/2021, 9:36:15 PM
Parent: 871a328b7e37f92ef6ee27e01cc11b5d7ca15c05
Files changed
.github/workflows/main.yml | changed |
.github/workflows/main.yml | |||
---|---|---|---|
@@ -13,9 +13,9 @@ | |||
13 | 13 … | strategy: | |
14 | 14 … | fail-fast: false | |
15 | 15 … | matrix: | |
16 | 16 … | 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] | ||
18 | 18 … | ||
19 | 19 … | steps: | |
20 | 20 … | - run: git config --global core.autocrlf false | |
21 | 21 … | - uses: actions/checkout@v2 |
Built with git-ssb-web