Skip to content

Commit

Permalink
Drop Node 10 and 13
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Apr 7, 2021
1 parent 5a2babc commit cfd191a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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}}
github-token: ${{secrets.github_token}}

0 comments on commit cfd191a

Please sign in to comment.