Skip to content

Commit 35af66a

Browse files
authored
Merge pull request #286 from jupyterhub/dependabot/github_actions/actions/setup-node-4
build(deps): bump actions/setup-node from 3 to 4
2 parents c4cdb63 + ab0ffd4 commit 35af66a

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
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- uses: actions/checkout@v3
53-
- uses: actions/setup-node@v3
53+
- uses: actions/setup-node@v4
5454
with:
5555
node-version: "18"
5656
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)