Skip to content

Commit

Permalink
actually run npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Dec 28, 2023
1 parent 2ed3c2e commit 24891bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test-node
- run: npm run test-node

0 comments on commit 24891bd

Please sign in to comment.