Skip to content

Commit

Permalink
ci: 🎡 bump node version to 16 as minimum require
Browse files Browse the repository at this point in the history
  • Loading branch information
denghongcai committed Dec 18, 2024
1 parent 0fbd9c6 commit a520d72
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 @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node-version: [8, 10, 12, 14, 16, 18, 20, 22]
node-version: [16, 18, 20, 22]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
},
"homepage": "https://github.com/denghongcai/node-shm-cache#readme",
"engines": {
"node": ">=8"
"node": ">=16"
}
}

0 comments on commit a520d72

Please sign in to comment.