Skip to content

Commit

Permalink
Merge pull request #432 from jupyterhub/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-node-4

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
consideRatio authored Nov 17, 2023
2 parents 8cefce5 + eb03648 commit 3eece1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
python-version: "3.11"

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: yarn
node-version: 20.x
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:

steps:
# actions/setup-node creates an .npmrc file that references NODE_AUTH_TOKEN
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18.x
registry-url: https://registry.npmjs.org
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
python-version: "3.11"

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: yarn
node-version: 20.x
Expand Down

0 comments on commit 3eece1d

Please sign in to comment.