diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0189d771..36c6c059 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b25e3250..17def46c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 197ed0bb..970985d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/thirdparty.yml b/.github/workflows/thirdparty.yml index cd1ce6f8..29644ccd 100644 --- a/.github/workflows/thirdparty.yml +++ b/.github/workflows/thirdparty.yml @@ -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: | diff --git a/.tool-versions b/.tool-versions index e8fc3f8e..42738c54 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 20.18.1 +nodejs 22.12.0 diff --git a/package.json b/package.json index bb7bf74d..4c98af13 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 6de9577e..fa6867c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"