We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3592b22 + 720e94b commit 01ff63fCopy full SHA for 01ff63f
.github/workflows/npm.yml
@@ -20,7 +20,10 @@ jobs:
20
21
- uses: actions/setup-node@v3
22
with:
23
- node-version: "18.x"
+ # 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"
27
registry-url: "https://registry.npmjs.org"
28
cache: "yarn"
29
0 commit comments