Skip to content

Commit

Permalink
Merge pull request #505 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
consideRatio committed Nov 1, 2023
2 parents 2ba24df + a41d96c commit d54b175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18"

Expand Down

0 comments on commit d54b175

Please sign in to comment.