Skip to content

Commit 84c1791

Browse files
authored
Merge pull request #538 from jupyterhub/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents a9a713e + 99f7e30 commit 84c1791

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
python-version: "3.12"
4040

41-
- uses: actions/setup-node@v4
41+
- uses: actions/setup-node@v5
4242
with:
4343
cache: yarn
4444
node-version: "lts/*"
@@ -119,7 +119,7 @@ jobs:
119119

120120
steps:
121121
# actions/setup-node creates an .npmrc file that references NODE_AUTH_TOKEN
122-
- uses: actions/setup-node@v4
122+
- uses: actions/setup-node@v5
123123
with:
124124
node-version: "lts/*"
125125
registry-url: https://registry.npmjs.org

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
python-version: "3.12"
4444

45-
- uses: actions/setup-node@v4
45+
- uses: actions/setup-node@v5
4646
with:
4747
cache: yarn
4848
node-version: "lts/*"

0 commit comments

Comments
 (0)