From 94bdcd035751fdc0266b6755cfe5811a5ea1180c Mon Sep 17 00:00:00 2001 From: Dimasik Kolezhniuk Date: Mon, 15 Apr 2024 20:33:37 +0200 Subject: [PATCH] Update workflows --- .github/workflows/tests.yml | 6 +++--- .github/workflows/tutorial.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6b8ba636..9416afc5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node-version: ["14", "16", "18"] + node-version: ["18", "20"] steps: - name: Checkout project @@ -40,7 +40,7 @@ jobs: matrix: os: [ubuntu-latest] # Pinning to 18.15 and dropped 20 due to https://github.com/NomicFoundation/hardhat/issues/3877 - node-version: ["16", "18.15.0"] + node-version: ["18.15.0", "20"] steps: - name: Checkout project @@ -101,7 +101,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node-version: ["18"] + node-version: ["20"] steps: - name: Checkout project diff --git a/.github/workflows/tutorial.yml b/.github/workflows/tutorial.yml index 135afca8..d2348150 100644 --- a/.github/workflows/tutorial.yml +++ b/.github/workflows/tutorial.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 14.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v2