diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c90c83..c9b4940 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: id: nvmrc run: echo "node_version=$(cat .nvmrc)" >> $GITHUB_OUTPUT - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: ${{ steps.nvmrc.outputs.node_version }} cache: "npm"