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 d567a17 commit f78b2e1Copy full SHA for f78b2e1
1 file changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
18
strategy:
19
matrix:
20
- node-version: [22.x]
+ node-version: [22.x, 24.x]
21
22
steps:
23
- uses: actions/checkout@v6
@@ -31,7 +31,6 @@ jobs:
31
npm run clean
32
npm run build
33
npm run test
34
- - run: npm test
35
- name: Coveralls
36
uses: coverallsapp/github-action@master
37
with:
@@ -66,6 +65,7 @@ jobs:
66
65
runs-on: ubuntu-latest
67
needs:
68
- build
+ - package
69
70
- run: exit 1
71
# see https://stackoverflow.com/a/67532120/4907315
0 commit comments