Skip to content

Commit

Permalink
Remove 12.x Node from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebucaran authored Oct 17, 2024
1 parent 7a7a92b commit f0ecd3d
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 @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x, 16.x]
steps:
- name: Checkout
uses: actions/checkout@v1
Expand All @@ -20,4 +20,4 @@ jobs:
npm install -g codecov
npm install
npm test
codecov
codecov

0 comments on commit f0ecd3d

Please sign in to comment.