Skip to content

Commit

Permalink
chore: raise minimum supported Node.js version to v18 LTS
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Minimum supported Node.js version is v18
  • Loading branch information
privatenumber committed Jun 20, 2024
1 parent c2a0aa0 commit d328656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Test
run: |
pnpm test
pnpm --use-node-version=12.22.12 test
pnpm --use-node-version=18.20.3 test
- name: Test DTS
run: pnpm test:dts
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.12.2
v20.14.0

0 comments on commit d328656

Please sign in to comment.