File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ workflows:
9
9
- node-v16 :
10
10
run_coveralls : true
11
11
- node-v18
12
+ - node-v20 :
13
+ run_coveralls : true
12
14
- hardhat-core-default-solc
13
15
- hardhat-core-latest-solc
14
16
- hardhat-sample-project
@@ -33,7 +35,7 @@ commands:
33
35
- run :
34
36
name : Update globally available npm to the latest version
35
37
# Note: We need npm >= 8.3 which supports 'overrides' in package.json
36
- command : npm install npm --global
38
+ command : sudo npm update npm --location= global
37
39
38
40
install-dependencies :
39
41
parameters :
@@ -305,7 +307,7 @@ jobs:
305
307
306
308
truffle-sample-project :
307
309
docker :
308
- - image : cimg/node:16.15
310
+ - image : cimg/node:20.5
309
311
steps :
310
312
- update-npm
311
313
- show-npm-version
@@ -395,3 +397,7 @@ jobs:
395
397
<< : *node-base
396
398
docker :
397
399
- image : cimg/node:18.3
400
+ node-v20 :
401
+ << : *node-base
402
+ docker :
403
+ - image : cimg/node:20.5
You can’t perform that action at this time.
0 commit comments