From 7db67fe020664176abc0968585deeaa45a90c186 Mon Sep 17 00:00:00 2001 From: Luke Blaney Date: Wed, 22 May 2024 19:32:17 +0100 Subject: [PATCH] use node 16 insted of 15 due to its longer term support --- .github/workflows/usage.yml | 4 ++-- .github/workflows/verify.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/usage.yml b/.github/workflows/usage.yml index f2756c9..808854b 100644 --- a/.github/workflows/usage.yml +++ b/.github/workflows/usage.yml @@ -53,7 +53,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [10.x, 12.x, 14.x, 16.x] needs: package steps: @@ -80,7 +80,7 @@ jobs: strategy: matrix: - node-version: [14.x, 15.x] + node-version: [14.x, 16.x] needs: package steps: diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 0a86a51..e8c5c1b 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [10.x, 12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2