Add explicit node version to nightly test job (#2576)

This commit is contained in:
Krzysztof Żuraw 2022-11-16 11:53:50 +01:00 committed by GitHub
parent 5bd79d9692
commit a64ea3609d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,8 @@ jobs:
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version-file: '.nvmrc' # use explicit version as this job does not checkout code
node-version: '18'
- name: Install saleor cli - name: Install saleor cli
id: install-saleor-cli id: install-saleor-cli