Skip to content

Commit

Permalink
Ensure that zcli supports nodejs 18.x while it is in maintenance mode
Browse files Browse the repository at this point in the history
- Node 18 will be in maintenance mode until May 2026 [1], therefore we should
  not drop support

[1] https://endoflife.date/nodejs
  • Loading branch information
token-cjg committed Jun 25, 2024
1 parent a9514ac commit 5828f60
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 @@ -14,7 +14,7 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
node-version: ["20.x"]
node-version: ["18.x"]
runs-on: ${{ matrix.os }}
steps:
- uses: zendesk/checkout@v3
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 @@
"yarn-audit-fix": "^9.3.1"
},
"engines": {
"node": ">=20.13.1"
"node": ">=18"
},
"keywords": [
"zcli",
Expand Down

0 comments on commit 5828f60

Please sign in to comment.