Skip to content

Commit 118446e

Browse files
committed
CI: test against node v21
1 parent adcd36d commit 118446e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node: ['12', '14', '16']
16+
node: ['21']
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v2
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Generate Code Coverage
5353
# only when running in node v16
54-
if: matrix.node == 16
54+
if: matrix.node == 21
5555
uses: codecov/codecov-action@v2
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)