node-version 20
This commit is contained in:
parent
de98b863a0
commit
c5d60c4c82
2 changed files with 2 additions and 2 deletions
2
.github/workflows/poweron_nyla_int.yml
vendored
2
.github/workflows/poweron_nyla_int.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18'
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Copy integration environment file
|
||||
|
|
|
|||
2
.github/workflows/poweron_nyla_main.yml
vendored
2
.github/workflows/poweron_nyla_main.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18'
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Copy production environment file
|
||||
|
|
|
|||
Loading…
Reference in a new issue