Add explicit node version to nightly test job (#2576)
This commit is contained in:
parent
5bd79d9692
commit
a64ea3609d
1 changed files with 3 additions and 2 deletions
3
.github/workflows/tests-nightly.yml
vendored
3
.github/workflows/tests-nightly.yml
vendored
|
@ -47,7 +47,8 @@ jobs:
|
|||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
# use explicit version as this job does not checkout code
|
||||
node-version: '18'
|
||||
|
||||
- name: Install saleor cli
|
||||
id: install-saleor-cli
|
||||
|
|
Loading…
Reference in a new issue