Skip to content

Commit

Permalink
Add node.js 21.x support
Browse files Browse the repository at this point in the history
PR-URL: #1932
  • Loading branch information
tshemsedinov committed Oct 25, 2023
1 parent 691d5ce commit 49347e4
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 @@ -11,11 +11,11 @@ jobs:
node:
- 18
- 20
- 21
os:
- ubuntu-latest
- windows-latest
- macos-latest

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
},
"engines": {
"node": "18 || 20"
"node": "18 || 20 || 21"
},
"dependencies": {
"metacom": "^3.1.2",
Expand Down

0 comments on commit 49347e4

Please sign in to comment.