Specified node version to workflows x 2

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2021-11-18 18:14:49 +05:30
parent 9627766f7d
commit 38c3e53ce7
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 15.x, 16x]
node-version: [17x]
steps:
- uses: actions/checkout@v2

View file

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 15.x, 16x]
node-version: [17x]
steps:
- uses: actions/checkout@v2