From 3559cb3acb762143c96e75eba322bad60e975856 Mon Sep 17 00:00:00 2001 From: Rubilmax Date: Thu, 13 Jul 2023 10:03:10 +0200 Subject: [PATCH] ci(node): use v18 --- .github/workflows/check-dist.yml | 2 +- README.md | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index acc805c..a754cbb 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: yarn - name: Install dependencies diff --git a/README.md b/README.md index ab73ccd..7ca26d1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 15f10fd..6442a99 100644 --- a/package.json +++ b/package.json @@ -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", @@ -71,4 +71,4 @@ }, "verbose": true } -} \ No newline at end of file +}