Skip to content

Commit 01ff63f

Browse files
authored
Merge pull request #145 from threshold-network/fix-deploy-not-generating-artifacts
Set Node.js version to `18.15.0`
2 parents 3592b22 + 720e94b commit 01ff63f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/npm.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020

2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: "18.x"
23+
# Using fixed version, because 18.16 may cause issues with the
24+
# artifacts generation during `hardhat compile` - see
25+
# https://github.com/NomicFoundation/hardhat/issues/3877.
26+
node-version: "18.15.0"
2427
registry-url: "https://registry.npmjs.org"
2528
cache: "yarn"
2629

0 commit comments

Comments
 (0)