Skip to content

Commit

Permalink
fix-build
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Oct 10, 2024
1 parent 8f73d84 commit 4ad86eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:

- name: test22
if: matrix['node-version'] == '22.x'
run: npm test22
run: npm run test22

- name: test
if: matrix['node-version'] == '20.x' || matrix['node-version'] == '=18.x'
run: npm test
run: npm run test

# - name: Coveralls
# uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 4ad86eb

Please sign in to comment.