Skip to content

Commit 4fb9ee2

Browse files
dependabot[bot]mboehm7
authored andcommitted
Bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f8e37a commit 4fb9ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/monitoringUITests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v5
5656
- name: Build the application, with Node.js ${{ matrix.node-version }}
57-
uses: actions/setup-node@v5
57+
uses: actions/setup-node@v6
5858
with:
5959
# Set always-auth in npmrc
6060
always-auth: false # optional, default is false

0 commit comments

Comments
 (0)