Skip to content

Commit

Permalink
fix: support node.js 18.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jul 7, 2024
1 parent a7255b0 commit 1cf9c69
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 @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
node:
- '18'
- '18.12'
- '20'
- '22'
platform:
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 @@
},
"keywords": [],
"engines": {
"node": ">=18.19.0"
"node": ">=18.12.0"
},
"author": "Zoltan Kochan <[email protected]> (https://www.kochan.io/)",
"license": "MIT",
Expand Down

0 comments on commit 1cf9c69

Please sign in to comment.