chore(deps): bump actions/setup-node from 3 to 4

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-12 21:12:12 +00:00 committed by Leroy Hopson
parent bd817eb0ce
commit 469ecafd6d

View file

@ -200,7 +200,7 @@ jobs:
timeout_minutes: 5 timeout_minutes: 5
max_attempts: 6 max_attempts: 6
- name: NPM cache - name: NPM cache
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
cache: "npm" cache: "npm"
cache-dependency-path: test/html5/package-lock.json cache-dependency-path: test/html5/package-lock.json