diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abdadc3e..dddb94d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: # Gets the version to use by referring to the previous step - name: Install Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "${{ steps.nvm.outputs.NVMRC }}"