Skip to content

Commit

Permalink
Now only supporting Node v16, v18, v20, & v21
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefarris committed Mar 18, 2024
1 parent 4aed34b commit b6536da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [14,16,18,19,20,21]
node-version: [16,18,20,21]
steps:
- name: Update Apt
run: sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"license": "MIT",
"engines": {
"node": ">=12.0.0"
"node": ">=16.0.0"
},
"bugs": {
"url": "https://github.com/kylefarris/clamscan/issues"
Expand Down

0 comments on commit b6536da

Please sign in to comment.