diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 551bd7e8b..783755dc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: ref: '${{ github.event.inputs.ref || github.ref }}' - name: 'Set up Node.js' - uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' # ratchet:actions/setup-node@v4 + uses: 'actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444' # ratchet:actions/setup-node@v5 with: node-version-file: '.nvmrc' cache: 'npm'