Skip to content

Commit 82e1b04

Browse files
authored
Merge pull request #374 from jupyterhub/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents 8c36942 + 819a5c0 commit 82e1b04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/setup-python@v5
3838
with:
3939
python-version: "3.11"
40-
- uses: actions/setup-node@v4
40+
- uses: actions/setup-node@v5
4141
with:
4242
node-version: "18"
4343

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
python-version: "${{ matrix.python-version }}"
5252

53-
- uses: actions/setup-node@v4
53+
- uses: actions/setup-node@v5
5454
with:
5555
node-version: "lts/*"
5656

0 commit comments

Comments
 (0)