From f2464f7b4a08992a59bb97c1b06ae8bb2fb0814f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Sat, 10 Apr 2021 13:46:00 +0200 Subject: [PATCH] chore: update validate.yml --- .github/workflows/validate.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 0d91cc62..3aba5bd1 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -17,19 +17,17 @@ jobs: if: ${{ !contains(github.head_ref, 'all-contributors') }} strategy: matrix: - node: [10.13, 12, 14, 15] + node: [10.13, 10, 12, 14, 15] runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs uses: styfle/cancel-workflow-action@0.8.0 - with: - access_token: ${{ secrets.GITHUB_TOKEN }} - name: ⬇️ Checkout repo uses: actions/checkout@v2 - name: ⎔ Setup node - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} @@ -56,14 +54,12 @@ jobs: steps: - name: 🛑 Cancel Previous Runs uses: styfle/cancel-workflow-action@0.8.0 - with: - access_token: ${{ secrets.GITHUB_TOKEN }} - name: ⬇️ Checkout repo uses: actions/checkout@v2 - name: ⎔ Setup node - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2 with: node-version: 14