Skip to content

Commit

Permalink
bump to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Jan 23, 2024
1 parent 0d69236 commit bfc7663
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 @@ -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

0 comments on commit bfc7663

Please sign in to comment.