Skip to content

Commit

Permalink
Upgrade required Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Jan 31, 2025
1 parent 56dff54 commit d3d5b8c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node 20.14.0
- name: Setup Node 22.13.1
uses: actions/setup-node@v4
with:
node-version: '20.14.0'
node-version: '22.13.1'

- name: Setup node_modules cache
uses: actions/cache@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node 20.14.0
- name: Setup Node 22.13.1
uses: actions/setup-node@v4
with:
node-version: '20.14.0'
node-version: '22.13.1'

- name: Setup node_modules cache
uses: actions/cache@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: git config --global core.autocrlf false
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node 20.14.0
- name: Setup Node 22.13.1
uses: actions/setup-node@v4
with:
node-version: '20.14.0'
node-version: '22.13.1'
- name: Setup node_modules cache
uses: actions/cache@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,18 +138,18 @@
"fsevents": "2.3.3"
},
"engines": {
"node": ">=20.10.0"
"node": ">=22.13.1"
},
"devEngines": {
"node": ">=20.10.0",
"node": ">=22.13.1",
"yarn": ">=4.0.2"
},
"resolutions": {
"@fiahfy/icns-convert/sharp": "0.29.3",
"@fiahfy/ico-convert/sharp": "0.29.3"
},
"volta": {
"node": "20.10.0",
"node": "22.13.1",
"yarn": "4.0.2"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion workspaces/desktop-release-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"semver": "~7.5.4"
},
"volta": {
"node": "20.10.0",
"node": "22.13.1",
"yarn": "4.0.2"
}
}

0 comments on commit d3d5b8c

Please sign in to comment.