chore(deps): update actions/setup-node action to v4.4.0
Some checks failed
Build & run tests / Node 18 (push) Has been cancelled
Build & run tests / Node 20 (push) Has been cancelled
Build & run tests / Node 22 (push) Has been cancelled
Lint / Lint files (push) Has been cancelled

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-20 18:34:35 +00:00 committed by Mr. DrogDrog
parent 367626ab9c
commit 5fdc09512a

View file

@ -26,7 +26,7 @@ runs:
key: ${{ runner.os }}-yarn-master
- name: Set up NodeJS
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: ${{ inputs.NODEJS_VERSION }}