Skip to content

Commit

Permalink
update github ci to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Jun 24, 2024
1 parent 0c6b756 commit 3eff8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Install root project dependencies
run: npm install
- name: Build and run tests
Expand Down

0 comments on commit 3eff8de

Please sign in to comment.