diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad98aa51..fbb2287b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: run: corepack enable - name: Set node version to 16 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: .nvmrc cache: pnpm