Skip to content

Commit

Permalink
Bump actions/setup-node from 3 to 4 (#3866)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 24, 2023
1 parent b4d4810 commit 3f4d196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Expand Up @@ -103,7 +103,7 @@ jobs:
cache: pip
python-version: ${{ matrix.python_version || '3.9' }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "npm"
Expand Down

0 comments on commit 3f4d196

Please sign in to comment.