From 15283cf7d20765bc276bc4695ff6ac27628a4b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Og=C3=B3rek?= Date: Fri, 23 Apr 2021 12:15:59 +0200 Subject: [PATCH 1/2] ci: Add Node v16 to test matrix --- .craft.yml | 1 + .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.craft.yml b/.craft.yml index 6108b7659945..14253e4c7726 100644 --- a/.craft.yml +++ b/.craft.yml @@ -67,4 +67,5 @@ targets: - nodejs10.x - nodejs12.x - nodejs14.x + - nodejs16.x license: MIT diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 313b93724178..c2c31bc427d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,7 +139,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [6, 8, 10, 12, 14] + node: [6, 8, 10, 12, 14, 16] steps: - name: Check out current commit (${{ github.sha }}) uses: actions/checkout@v2 From efc9e911951de848a4025b74f9ab4a66bff5db85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Og=C3=B3rek?= Date: Fri, 23 Apr 2021 12:30:55 +0200 Subject: [PATCH 2/2] Update .craft.yml --- .craft.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.craft.yml b/.craft.yml index 14253e4c7726..6108b7659945 100644 --- a/.craft.yml +++ b/.craft.yml @@ -67,5 +67,4 @@ targets: - nodejs10.x - nodejs12.x - nodejs14.x - - nodejs16.x license: MIT