From 950cbd9f7b4cdddc7abbe1d7f0d56855bda83322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Wed, 21 Apr 2021 16:41:11 +0200 Subject: [PATCH] chore: add tests for Node 16 --- .github/workflows/pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index e3b10b2c..6f423db6 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -29,7 +29,7 @@ jobs: - name: Use Node uses: actions/setup-node@v2 with: - node-version: '14' + node-version: 14 - name: Install dependencies uses: bahmutov/npm-install@v1 @@ -51,8 +51,8 @@ jobs: strategy: matrix: - node: ['10.12', '10', '12.0', '12', '14'] - eslint: ['7.5', '7'] + node: [10.12, 10, '12.0', 12, 14, 16] + eslint: [7.5, 7] steps: - name: Cancel Previous Runs @@ -96,7 +96,7 @@ jobs: - name: Use Node uses: actions/setup-node@v2 with: - node-version: '14' + node-version: 14 - name: Install dependencies uses: bahmutov/npm-install@v1