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.
1 parent 30a353b commit c26dfc2Copy full SHA for c26dfc2
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- node: ["18.20.2", "20.13.1", "22.2.0"]
+ node: ["20.13.1", "22.2.0", "24.4.1"]
17
steps:
18
- name: Checkout
19
uses: actions/checkout@v4
@@ -76,7 +76,7 @@ jobs:
76
- name: Download test results
77
uses: actions/download-artifact@v4
78
with:
79
- name: coverage-18.20.2
+ name: coverage-22.2.0
80
path: coverage
81
- name: Coveralls
82
uses: coverallsapp/github-action@master
0 commit comments