Skip to content

Commit 042ffdb

Browse files
Merge pull request #9 from dev-javascript/dev-javascript-patch-2
Update codecov.yml
2 parents 2e60bb3 + d4081fc commit 042ffdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codecov.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [14.x, 15.x, 16.x, 18.x]
14+
node-version: [20.x, 21.x, 22.x]
1515

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

2424
- name: Set up Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v1
25+
uses: actions/setup-node@v4
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828

0 commit comments

Comments
 (0)