Skip to content

Commit 3129b73

Browse files
authored
Merge pull request #92 from jupyterhub/dependabot/github_actions/actions/setup-node-5
build(deps): bump actions/setup-node from 4 to 5
2 parents 05ec493 + 10cf3a8 commit 3129b73

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@v5
5656
with:
5757
python-version: "${{ matrix.python-version }}"
58-
- uses: actions/setup-node@v4
58+
- uses: actions/setup-node@v5
5959
with:
6060
node-version: "lts/*"
6161

0 commit comments

Comments
 (0)