Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
chore: Do not run tests on node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed May 25, 2021
1 parent 5357fd4 commit 63be54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["12.22.1", "14.17.0", "15.14.0", "16.1.0"]
node: ["14.17.0", "15.14.0", "16.1.0"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 63be54e

Please sign in to comment.