Skip to content

Commit

Permalink
[desktop]: Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Apr 24, 2024
1 parent ef02a99 commit d597fd2
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: 20
node-version: 22

- name: Install Dependencies
run: npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- name: Download API
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"axios": "1.6.2"
},
"engines": {
"node": ">= 20.9.0"
"node": ">= 22.0.0"
},
"browserslist": [
"chrome 114"
Expand Down

0 comments on commit d597fd2

Please sign in to comment.