Skip to content

Commit

Permalink
Merge pull request #5115 from h3poteto/renovate/node-22.x
Browse files Browse the repository at this point in the history
Update Node.js to v22
  • Loading branch information
h3poteto authored Dec 11, 2024
2 parents 8722ad3 + eca85fc commit cf90755
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
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
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit cf90755

Please sign in to comment.