From cfd191a3218b5fd848c5502c8cd183e7d97cbbd4 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 7 Apr 2021 11:56:33 +0200 Subject: [PATCH] Drop Node 10 and 13 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8182a0d1..e7c5db403 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [macOS-latest, windows-latest, ubuntu-latest] - node-version: [10, 12, 13, 14] + node-version: [12, 14] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -51,4 +51,4 @@ jobs: - uses: fastify/github-action-merge-dependabot@v2.0.0 if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }} with: - github-token: ${{secrets.github_token}} \ No newline at end of file + github-token: ${{secrets.github_token}}