Skip to content

Commit

Permalink
Merge pull request #860 from risuorg/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-3
  • Loading branch information
iranzo committed Sep 4, 2023
2 parents 3b02cbe + 9b86f47 commit 29dfb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14'

Expand Down

0 comments on commit 29dfb0b

Please sign in to comment.