Skip to content

Commit

Permalink
Add Node.js v20 to package export tests
Browse files Browse the repository at this point in the history
Node.js v20 reaches LTS in October 2023 so good to test early
  • Loading branch information
colinrotherham committed Jul 17, 2023
1 parent 5b5d364 commit 9a9f69a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ jobs:
node-version:
- 12 # Node.js 12.20+ uses package exports with subpath patterns
- 18 # Node.js 17+ cannot use package exports with trailing slashes
- 20

conditions:
- require
Expand Down

0 comments on commit 9a9f69a

Please sign in to comment.