1
0
mirror of https://github.com/sasjs/lint.git synced 2025-12-10 17:34:36 +00:00

chore(ci): add node version check

This commit is contained in:
Krishna Acondy
2021-09-13 08:41:58 +01:00
parent cd91780cf5
commit 31cee0af91
3 changed files with 19 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [12.x]
node-version: [14.17.5]
steps:
- uses: actions/checkout@v2