commit 7a361a8bf0974d421d24a2adb3ddeae0e85fa456
parent 7b4342d46052d439f408380afc9c7d82ea46bff7
Author: finwo <finwo@pm.me>
Date: Wed, 11 Aug 2021 23:40:04 +0200
Don't test on 10.x anymore; start testing on 16.x
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
- node-version: [10.x, 12.x, 14.x]
+ node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v1
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
- node-version: [10.x, 12.x, 14.x]
+ node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v1