From 37eaa8f6cc615b50e208e78c20f3a843b70b12f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Wed, 21 Apr 2021 16:29:01 +0200 Subject: [PATCH] chore: add tests for Node 16 --- .github/workflows/validate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 2c78a12f..7348565a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -17,14 +17,14 @@ jobs: main: strategy: matrix: - node: [10.13, 12, 14, 15] + node: [10.13, 12, 14, 16] runs-on: ubuntu-latest steps: - name: ⬇️ Checkout repo uses: actions/checkout@v2 - name: ⎔ Setup node - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v2 - name: ⎔ Setup node - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: 14