Skip to content

Commit 1889d94

Browse files
committed
Merge branch 'fix/config-path' of github.com:crytic/crytic-compile into fix/config-path
2 parents 066bd1c + f5f429c commit 1889d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo 'C:\msys64\mingw64\bin' >> "$GITHUB_PATH"
4141
echo 'C:\msys64\usr\bin' >> "$GITHUB_PATH"
4242
- name: Set up Node
43-
uses: actions/setup-node@v3
43+
uses: actions/setup-node@v4
4444
with:
4545
node-version: 18.15
4646
- name: Set up Python 3.8

0 commit comments

Comments
 (0)