Skip to content

Commit

Permalink
Merge pull request #122 from protomaps/standard-node-test
Browse files Browse the repository at this point in the history
use standard node 18+ test runner for tests [#112]
  • Loading branch information
bdon authored Jan 23, 2024
2 parents 7544583 + bfc7663 commit 514458c
Show file tree
Hide file tree
Showing 13 changed files with 586 additions and 131 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
- run: python .github/check_examples.py
- run: npm ci
- run: npm run build-tsc
Expand Down
Loading

0 comments on commit 514458c

Please sign in to comment.