Use nvmrc for compatibility workflow

This commit is contained in:
Zoltán Bedi
2023-09-24 23:23:08 +02:00
parent 74fd93f051
commit 059dab982a

View File

@@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable --prefer-offline