diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28404ae..4c47cc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: # Gets the version to use by referring to the previous step - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "${{ steps.nvm.outputs.NVMRC }}"