Skip to content

Commit

Permalink
[desktop]: Require Node >= 20.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Jul 19, 2024
1 parent d597541 commit 71123ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 20

- name: Install Dependencies
run: npm i
Expand Down
2 changes: 1 addition & 1 deletion desktop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"axios": "1.6.2"
},
"engines": {
"node": ">= 22.0.0"
"node": ">= 20.11.1"
},
"browserslist": ["chrome 114"]
}

0 comments on commit 71123ba

Please sign in to comment.