Skip to content

Commit

Permalink
ci: run tests with Node.js 21
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Oct 22, 2023
1 parent 2ca6652 commit 40fa47f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/thin-chairs-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ jobs:
- install
strategy:
matrix:
# Test with Node.js v18 (LTS) and v20 (Current)
# Test with Node.js active LTS versions, and the latest version
node:
- 18
- 20
- 21
# Test with Ubuntu, macOS, and Windows
os:
- ubuntu-latest
Expand Down

0 comments on commit 40fa47f

Please sign in to comment.