1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-01 09:56:46 +01:00

Merge pull request #5115 from h3poteto/renovate/node-22.x

Update Node.js to v22
This commit is contained in:
AkiraFukushima 2024-12-12 00:37:54 +09:00 committed by GitHub
commit cf90755a16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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
@ -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: |
@ -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

View File

@ -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: |

View File

@ -1 +1 @@
nodejs 20.18.1
nodejs 22.12.0

View File

@ -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",

View File

@ -2296,7 +2296,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:
@ -2305,7 +2305,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:
@ -2711,7 +2711,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"