diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8ff7de0..93856ddf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: submodules: true - uses: actions/setup-node@v3 with: - node-version: 18 + node-version-file: ".nvmrc" - run: npm ci - name: git config run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58c61338..b031a7be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v3 with: - node-version: 18 + node-version-file: ".nvmrc" - name: Prepare browser-compat-data run: npm ci working-directory: browser-compat-data