Skip to content

Commit a5341d2

Browse files
update codecov
1 parent 97be9b5 commit a5341d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [12.x, 13.x, 14.x, 15.x]
14+
node-version: [14.x, 15.x, 16.x, 18.x]
1515

1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@v2
1919
with:
2020
# Fine-grained PAT with contents:write and workflows:write
2121
# scopes
22-
token: ${{ secrets.CODECOV_TOKEN }}
22+
token: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- name: Set up Node.js ${{ matrix.node-version }}
2525
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)