Skip to content

Commit af9e0cd

Browse files
Bump actions/setup-node from 4.1.0 to 4.2.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1353d02 commit af9e0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2425,7 +2425,7 @@ jobs:
24252425
uses: actions/setup-python@v5
24262426
with:
24272427
python-version: ${{ matrix.python }}
2428-
- uses: actions/setup-node@v4.1.0
2428+
- uses: actions/setup-node@v4.2.0
24292429
with:
24302430
node-version: ${{ matrix.node }}
24312431
cache: "npm"

0 commit comments

Comments
 (0)