Skip to content

Commit

Permalink
Support node v21
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaneko Yuto committed Feb 7, 2024
1 parent 818c3ba commit 6527fc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
ruby: [2.7]
node: [16, 17, 18]
node: [16, 17, 18, 20, 21]
env:
BUNDLE_GEMFILE: test.gemfile
steps:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.1.0",
"dependencies": {},
"engines": {
"node": "^16 || ^17 || ^18"
"node": "^16 || ^17 || ^18 || ^20 || ^21"
},
"scripts": {
"build": "coffee -c server.coffee"
Expand Down

0 comments on commit 6527fc7

Please sign in to comment.