Skip to content

Commit

Permalink
Add support for Node v21 and drop support for Node v17
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaneko Yuto committed Feb 7, 2024
1 parent 818c3ba commit fec7147
Show file tree
Hide file tree
Showing 4 changed files with 5 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: [18, 20, 21]
env:
BUNDLE_GEMFILE: test.gemfile
steps:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Unreleased

<!-- Add descriptions of changes here -->

* Add support for Node v21 and drop support for Node v17 [16](https://github.com/increments/camo/pull/16)

3.1.0
=====

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": "^18 || ^20 || ^21"
},
"scripts": {
"build": "coffee -c server.coffee"
Expand Down

0 comments on commit fec7147

Please sign in to comment.