Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Node.js to v22 #5115

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Install
run: |
yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Install
run: |
yarn install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: yarn

- name: Install Snapcraft
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: yarn
- name: Build
run: |
Expand All @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: yarn

- name: Apple Codesigning
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/thirdparty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- uses: actions/checkout@v4
- name: Install packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.18.1
nodejs 22.12.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@babel/runtime-corejs3": "^7.23.2",
"@electron/notarize": "^2.1.0",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/parse-link-header": "^2.0.3",
"@types/react": "18.2.19",
"@types/sanitize-html": "^2.9.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
"@types/node@npm:*, @types/node@npm:^22.0.0":
version: 22.10.2
resolution: "@types/node@npm:22.10.2"
dependencies:
Expand All @@ -2328,7 +2328,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.0.0, @types/node@npm:^20.9.0":
"@types/node@npm:^20.9.0":
version: 20.17.10
resolution: "@types/node@npm:20.17.10"
dependencies:
Expand Down Expand Up @@ -2725,7 +2725,7 @@ __metadata:
"@electron/notarize": "npm:^2.1.0"
"@emoji-mart/react": "npm:^1.1.1"
"@material-tailwind/react": "npm:^2.1.8"
"@types/node": "npm:^20.0.0"
"@types/node": "npm:^22.0.0"
"@types/parse-link-header": "npm:^2.0.3"
"@types/react": "npm:18.2.19"
"@types/sanitize-html": "npm:^2.9.4"
Expand Down Expand Up @@ -7570,7 +7570,7 @@ __metadata:
languageName: node
linkType: hard

"picocolors@npm:^1.1.1":
"picocolors@npm:^1.1.0, picocolors@npm:^1.1.1":
version: 1.1.1
resolution: "picocolors@npm:1.1.1"
checksum: 10/e1cf46bf84886c79055fdfa9dcb3e4711ad259949e3565154b004b260cd356c5d54b31a1437ce9782624bf766272fe6b0154f5f0c744fb7af5d454d2b60db045
Expand Down
Loading