Skip to content

Commit 3559cb3

Browse files
committed
ci(node): use v18
1 parent 716536a commit 3559cb3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check-dist.yml

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

2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: 16
23+
node-version: 18
2424
cache: yarn
2525

2626
- name: Install dependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
FOUNDRY_FUZZ_SEED: 0x${{ github.event.pull_request.base.sha || github.sha }}
5252

5353
- name: Compare gas reports
54-
uses: Rubilmax/foundry-gas-diff@v3.15
54+
uses: Rubilmax/foundry-gas-diff@v3.16
5555
with:
5656
summaryQuantile: 0.9 # only display the 10% most significant gas diffs in the summary (defaults to 20%)
5757
sortCriteria: avg,max # sort diff rows by criteria

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundry-gas-diff",
3-
"version": "3.15.0",
3+
"version": "3.16.0",
44
"description": "Github Action reporting gas diff from Foundry gas reports",
55
"author": {
66
"name": "Romain (Rubilmax) Milon",
@@ -71,4 +71,4 @@
7171
},
7272
"verbose": true
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)