diff --git a/.github/workflows/is-compatible.yml b/.github/workflows/is-compatible.yml index 289489a..8ce5a4a 100644 --- a/.github/workflows/is-compatible.yml +++ b/.github/workflows/is-compatible.yml @@ -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