Skip to content

Commit

Permalink
CI: test against node v21
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Aug 16, 2024
1 parent adcd36d commit 118446e
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['12', '14', '16']
node: ['21']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Generate Code Coverage
# only when running in node v16
if: matrix.node == 16
if: matrix.node == 21
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 118446e

Please sign in to comment.