chore(deps): update actions/setup-node action to v4.2.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-01 19:12:27 +00:00 committed by Erik Michelson
parent 7ec116b46c
commit 668ba5f2cd

View file

@ -26,7 +26,7 @@ runs:
key: ${{ runner.os }}-yarn-master key: ${{ runner.os }}-yarn-master
- name: Set up NodeJS - name: Set up NodeJS
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with: with:
node-version: ${{ inputs.NODEJS_VERSION }} node-version: ${{ inputs.NODEJS_VERSION }}