Skip to content

Commit f78b2e1

Browse files
committed
chore: Adjust gh workflow
1 parent d567a17 commit f78b2e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [22.x]
20+
node-version: [22.x, 24.x]
2121

2222
steps:
2323
- uses: actions/checkout@v6
@@ -31,7 +31,6 @@ jobs:
3131
npm run clean
3232
npm run build
3333
npm run test
34-
- run: npm test
3534
- name: Coveralls
3635
uses: coverallsapp/github-action@master
3736
with:
@@ -66,6 +65,7 @@ jobs:
6665
runs-on: ubuntu-latest
6766
needs:
6867
- build
68+
- package
6969
steps:
7070
- run: exit 1
7171
# see https://stackoverflow.com/a/67532120/4907315

0 commit comments

Comments
 (0)