Skip to content

Commit

Permalink
officially support as low of a node version as currently works (v12.2…
Browse files Browse the repository at this point in the history
…2.12)
  • Loading branch information
mistval committed Dec 23, 2023
1 parent 4954bc7 commit 818122e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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:

strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
"hooks": {
"pre-commit": "npm run lint && npm test"
}
},
"engines": {
"node": ">=12.22.12"
}
}

0 comments on commit 818122e

Please sign in to comment.