From 059dab982a58f8f7f71910de8ddf77b0b97c0349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Sun, 24 Sep 2023 23:23:08 +0200 Subject: [PATCH] Use nvmrc for compatibility workflow --- .github/workflows/is-compatible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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