Skip to content

Commit

Permalink
ci(node): use v18
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Jul 13, 2023
1 parent 716536a commit 3559cb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: yarn

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
FOUNDRY_FUZZ_SEED: 0x${{ github.event.pull_request.base.sha || github.sha }}

- name: Compare gas reports
uses: Rubilmax/foundry-gas-diff@v3.15
uses: Rubilmax/foundry-gas-diff@v3.16
with:
summaryQuantile: 0.9 # only display the 10% most significant gas diffs in the summary (defaults to 20%)
sortCriteria: avg,max # sort diff rows by criteria
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundry-gas-diff",
"version": "3.15.0",
"version": "3.16.0",
"description": "Github Action reporting gas diff from Foundry gas reports",
"author": {
"name": "Romain (Rubilmax) Milon",
Expand Down Expand Up @@ -71,4 +71,4 @@
},
"verbose": true
}
}
}

0 comments on commit 3559cb3

Please sign in to comment.