1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-24 07:36:34 +02: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