Specified node version to workflows x 2
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
9627766f7d
commit
38c3e53ce7
2 changed files with 2 additions and 2 deletions
2
.github/workflows/netlify-dev.yaml
vendored
2
.github/workflows/netlify-dev.yaml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x, 15.x, 16x]
|
||||
node-version: [17x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
2
.github/workflows/netlify-prod.yaml
vendored
2
.github/workflows/netlify-prod.yaml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x, 15.x, 16x]
|
||||
node-version: [17x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue