From 97c746a18f6739f9d6dbf6e8ce5badee96bdfdfb Mon Sep 17 00:00:00 2001 From: Pierre Bertet Date: Wed, 3 Apr 2024 10:49:49 +0100 Subject: [PATCH] Contracts workflow: bump the Node version to 20 (LTS) (#87) --- .github/workflows/contracts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contracts.yml b/.github/workflows/contracts.yml index a7f63613..b378dfb8 100644 --- a/.github/workflows/contracts.yml +++ b/.github/workflows/contracts.yml @@ -75,7 +75,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: yarn install --frozen-lockfile @@ -127,7 +127,7 @@ jobs: # Hardhat - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: yarn cache-dependency-path: "./contracts/yarn.lock" env: