We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e60bb3 + d4081fc commit 042ffdbCopy full SHA for 042ffdb
.github/workflows/codecov.yml
@@ -11,18 +11,18 @@ jobs:
11
12
strategy:
13
matrix:
14
- node-version: [14.x, 15.x, 16.x, 18.x]
+ node-version: [20.x, 21.x, 22.x]
15
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
19
with:
20
# Fine-grained PAT with contents:write and workflows:write
21
# scopes
22
token: ${{ secrets.GITHUB_TOKEN }}
23
24
- name: Set up Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
26
27
node-version: ${{ matrix.node-version }}
28
0 commit comments