git ssb

1+

Daan Patchwork / patchwork



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.ymlchanged
.github/workflows/main.ymlView
@@ -13,9 +13,9 @@
1313 strategy:
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
2121 - uses: actions/checkout@v2

Built with git-ssb-web