Skip to content

Commit fd04c1b

Browse files
authored
Merge pull request #96 from jupyterhub/dependabot/github_actions/actions/setup-node-6
build(deps): bump actions/setup-node from 5 to 6
2 parents 87c9afc + d645b5d commit fd04c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/setup-python@v6
5656
with:
5757
python-version: "${{ matrix.python-version }}"
58-
- uses: actions/setup-node@v5
58+
- uses: actions/setup-node@v6
5959
with:
6060
node-version: "lts/*"
6161

0 commit comments

Comments
 (0)