2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-12-31 21:21:52 +00:00

CI: run in node 16, stop node 15

This commit is contained in:
Ronan Jouchet 2021-04-23 21:47:54 -04:00
parent b4ddd6865c
commit 09accbd28a

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version:
- 15.x
- 16.x
- 14.x # Changing this? Remind to keep linter conditions below and in publish.yml aligned.
- 12.x
- 10.x