Skip to content

Commit 0584045

Browse files
authored
fix: add node 20 support (#1153)
Closes #1149
1 parent 139c74c commit 0584045

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [14, 16, 18, 19]
17+
node-version: [14, 16, 18, 20]
1818
fail-fast: false
1919

2020
services:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"module": "dist/esm/src/index.js",
2222
"version": "1.14.0",
2323
"engines": {
24-
"node": "14 || 15 || 16 || 17 || 18 || 19"
24+
"node": "14 || 15 || 16 || 17 || 18 || 19 || 20"
2525
},
2626
"bin": {
2727
"quirrel": "cli.js"

0 commit comments

Comments
 (0)