Skip to content

Commit

Permalink
fix: add node 20 support (#1153)
Browse files Browse the repository at this point in the history
Closes #1149
  • Loading branch information
Skn0tt authored Jun 26, 2023
1 parent 139c74c commit 0584045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18, 19]
node-version: [14, 16, 18, 20]
fail-fast: false

services:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"module": "dist/esm/src/index.js",
"version": "1.14.0",
"engines": {
"node": "14 || 15 || 16 || 17 || 18 || 19"
"node": "14 || 15 || 16 || 17 || 18 || 19 || 20"
},
"bin": {
"quirrel": "cli.js"
Expand Down

1 comment on commit 0584045

@iulikdev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, can you add 22 also? thx.

Please sign in to comment.