Skip to content

Commit

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

Bump actions/setup-node from 3 to 4
  • Loading branch information
manics authored Nov 1, 2023
2 parents 8bc0563 + fdcc27a commit 8325497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "${{ matrix.node-version || '18'}}"

Expand Down

0 comments on commit 8325497

Please sign in to comment.