diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4d02ef..312a613 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: with: fetch-depth: 0 # Fetch all history - - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' - run: npm i -g npm@10.5.0 @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} - run: npm ci # Reinstall the dependencies to ensure they install with the node's version of npm