diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dd9ffb7..b6335e7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@v3 with: - node-version: 20 + node-version-file: '.nvmrc' # Use the node version specified in .nvmrc cache: 'pnpm' - name: Install dependencies diff --git a/.github/workflows/docker-nightly-release.yml b/.github/workflows/docker-nightly-release.yml index 41dbb155..4b312c98 100644 --- a/.github/workflows/docker-nightly-release.yml +++ b/.github/workflows/docker-nightly-release.yml @@ -32,7 +32,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@v3 with: - node-version: 20 + node-version-file: '.nvmrc' # Use the node version specified in .nvmrc cache: 'pnpm' - name: Install dependencies diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 13b787ef..7ba7b6c0 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 20 + node-version-file: '.nvmrc' # Use the node version specified in .nvmrc cache: 'pnpm' - name: Get Playwright version diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index d0d3febd..446f0ff1 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -61,7 +61,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 20 + node-version-file: '.nvmrc' # Use the node version specified in .nvmrc cache: 'pnpm' - name: Install dependencies diff --git a/.nvmrc b/.nvmrc index 87ec8842..bf5733e3 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1,2 @@ -18.18.2 +# workflows use this version of Node.js +20.17.0