Use nvmrc for compatibility workflow
This commit is contained in:
2
.github/workflows/is-compatible.yml
vendored
2
.github/workflows/is-compatible.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version-file: '.nvmrc'
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --immutable --prefer-offline
|
run: yarn install --immutable --prefer-offline
|
||||||
|
|||||||
Reference in New Issue
Block a user