Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed Jan 7, 2024
1 parent ddfccdb commit eb04d1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/node-js-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: pushd examples/javascript
- run: npm ci
- run: popd
- run: npm run lint
- run: npm test

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/node-js-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
with:
node-version: '20.x'
- run: npm ci
- run: npm run lint
- run: pushd examples/javascript
- run: npm ci
- run: popd
- run: npm test


Expand Down

0 comments on commit eb04d1e

Please sign in to comment.