diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 851472c1..1095b91e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,10 +12,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Use Node.js 20 + - name: Use correct version of node uses: actions/setup-node@v4 with: - node-version: 20.14.0 + node-version-file: '.nvmrc' - name: use pnpm run: corepack enable pnpm - name: install dependencies diff --git a/.nvmrc b/.nvmrc index d4b7699d..7d41c735 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.18.1 +22.14.0