From 60f1eda6dd7ed5344b4888de4203202aa6996264 Mon Sep 17 00:00:00 2001 From: Amit Dahan Date: Mon, 1 Jan 2024 16:09:36 +0200 Subject: [PATCH] Bump actions, use `.nvmrc` file (#462) * Bump actions, use nvmrc file * Workaround yarn v4 issue --- .github/workflows/build.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30777e1..d2c1134 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,10 +12,12 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + env: + SKIP_YARN_COREPACK_CHECK: true with: - node-version: 18 + node-version-file: '.nvmrc' cache: 'yarn' - name: Enable Corepack run: corepack enable