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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-10 15:17:21 +00:00
parent 307a634157
commit 297244847f

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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with: with:
node-version: ${{ inputs.NODEJS_VERSION }} node-version: ${{ inputs.NODEJS_VERSION }}