Skip to content

Commit

Permalink
Merge pull request #512 from crytic/dependabot/github_actions/dev/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
0xalpharush authored Nov 1, 2023
2 parents e4b529b + ad61cc1 commit cc7c021
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 @@ -40,7 +40,7 @@ jobs:
echo 'C:\msys64\mingw64\bin' >> "$GITHUB_PATH"
echo 'C:\msys64\usr\bin' >> "$GITHUB_PATH"
- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.15
- name: Set up Python 3.8
Expand Down

0 comments on commit cc7c021

Please sign in to comment.