Skip to content

Commit

Permalink
Merge pull request #457 from open-contracting/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
jpmckinney committed Oct 24, 2023
2 parents c4a64fe + 0d78886 commit 1538e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
python-version: '3.11'
cache: pip
cache-dependency-path: '**/requirements*.txt'
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
Expand Down

0 comments on commit 1538e5a

Please sign in to comment.