Skip to content

Commit

Permalink
Set a precedence in using node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
anushkafka committed Sep 11, 2024
1 parent b40f194 commit 37233d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: ["21.x"]
node-version: ["20.x"]
runs-on: ${{ matrix.os }}
steps:
- uses: zendesk/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v21.7.3
v20.17.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v21.7.3
v20.17.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"yarn-audit-fix": "^9.3.1"
},
"engines": {
"node": ">=21"
"node": ">=20"
},
"keywords": [
"zcli",
Expand Down

0 comments on commit 37233d4

Please sign in to comment.