summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authormisskey-release-bot[bot] <157398866+misskey-release-bot[bot]@users.noreply.github.com>2024-11-22 09:15:34 +0000
committerGitHub <noreply@github.com>2024-11-22 09:15:34 +0000
commite8518de054166e8293059a2f9d285718c6316f38 (patch)
treea416a001115f7478e3a4788abcd59b1b3c0af7c3 /.github/workflows
parentMerge pull request #14741 from misskey-dev/develop (diff)
parentRelease: 2024.11.0 (diff)
downloadmisskey-e8518de054166e8293059a2f9d285718c6316f38.tar.gz
misskey-e8518de054166e8293059a2f9d285718c6316f38.tar.bz2
misskey-e8518de054166e8293059a2f9d285718c6316f38.zip
Merge pull request #14924 from misskey-dev/develop
Release: 2024.11.0
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/get-api-diff.yml2
-rw-r--r--.github/workflows/on-release-created.yml2
-rw-r--r--.github/workflows/release-with-dispatch.yml7
-rw-r--r--.github/workflows/release-with-ready.yml1
-rw-r--r--.github/workflows/test-backend.yml8
-rw-r--r--.github/workflows/test-federation.yml2
-rw-r--r--.github/workflows/test-frontend.yml6
-rw-r--r--.github/workflows/test-misskey-js.yml4
-rw-r--r--.github/workflows/test-production.yml2
-rw-r--r--.github/workflows/validate-api-json.yml2
10 files changed, 19 insertions, 17 deletions
diff --git a/.github/workflows/get-api-diff.yml b/.github/workflows/get-api-diff.yml
index 1bcaa0d9c4..972619ec60 100644
--- a/.github/workflows/get-api-diff.yml
+++ b/.github/workflows/get-api-diff.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
- node-version: [20.16.0]
+ node-version: [22.11.0]
api-json-name: [api-base.json, api-head.json]
include:
- api-json-name: api-base.json
diff --git a/.github/workflows/on-release-created.yml b/.github/workflows/on-release-created.yml
index ffaf7bc038..6258fa693a 100644
--- a/.github/workflows/on-release-created.yml
+++ b/.github/workflows/on-release-created.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
- node-version: [20.16.0]
+ node-version: [22.11.0]
steps:
- uses: actions/checkout@v4.1.1
diff --git a/.github/workflows/release-with-dispatch.yml b/.github/workflows/release-with-dispatch.yml
index ed2f822269..d750001b71 100644
--- a/.github/workflows/release-with-dispatch.yml
+++ b/.github/workflows/release-with-dispatch.yml
@@ -60,13 +60,13 @@ jobs:
### General
-
-
+
### Client
-
-
+
### Server
-
-
+
use_external_app_to_release: ${{ vars.USE_RELEASE_APP == 'true' }}
indent: ${{ vars.INDENT }}
secrets:
@@ -86,6 +86,7 @@ jobs:
draft_prerelease_channel: alpha
ready_start_prerelease_channel: beta
prerelease_channel: ${{ inputs.start-rc && 'rc' || '' }}
+ reset_number_on_channel_change: true
secrets:
RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }}
RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
diff --git a/.github/workflows/release-with-ready.yml b/.github/workflows/release-with-ready.yml
index e863b5e2e8..585375c20e 100644
--- a/.github/workflows/release-with-ready.yml
+++ b/.github/workflows/release-with-ready.yml
@@ -41,6 +41,7 @@ jobs:
indent: ${{ vars.INDENT }}
draft_prerelease_channel: alpha
ready_start_prerelease_channel: beta
+ reset_number_on_channel_change: true
secrets:
RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }}
RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml
index d95d6676f9..fc614dcf85 100644
--- a/.github/workflows/test-backend.yml
+++ b/.github/workflows/test-backend.yml
@@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
- node-version: [20.16.0]
+ node-version: [22.11.0]
services:
postgres:
@@ -61,7 +61,7 @@ jobs:
- name: Test
run: pnpm --filter backend test-and-coverage
- name: Upload to Codecov
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./packages/backend/coverage/coverage-final.json
@@ -71,7 +71,7 @@ jobs:
strategy:
matrix:
- node-version: [20.16.0]
+ node-version: [22.11.0]
services:
postgres:
@@ -108,7 +108,7 @@ jobs:
- name: Test
run: pnpm --filter backend test-and-coverage:e2e
- name: Upload to Codecov
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./packages/backend/coverage/coverage-final.json
diff --git a/.github/workflows/test-federation.yml b/.github/workflows/test-federation.yml
index 183ddb6f34..e89cdcb091 100644
--- a/.github/workflows/test-federation.yml
+++ b/.github/workflows/test-federation.yml
@@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- node-version: [20.16.0]
+ node-version: [22.11.0]
steps:
- uses: actions/checkout@v4
with:
diff --git a/.github/workflows/test-frontend.yml b/.github/workflows/test-frontend.yml
index c68e1a8ef1..6128abb502 100644
--- a/.github/workflows/test-frontend.yml
+++ b/.github/workflows/test-frontend.yml
@@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
- node-version: [20.16.0]
+ node-version: [22.11.0]
steps:
- uses: actions/checkout@v4.1.1
@@ -50,7 +50,7 @@ jobs:
- name: Test
run: pnpm --filter frontend test-and-coverage
- name: Upload Coverage
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./packages/frontend/coverage/coverage-final.json
@@ -61,7 +61,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- node-version: [20.16.0]
+ node-version: [22.11.0]
browser: [chrome]
services:
diff --git a/.github/workflows/test-misskey-js.yml b/.github/workflows/test-misskey-js.yml
index 63e81f8c92..c7bb0753a8 100644
--- a/.github/workflows/test-misskey-js.yml
+++ b/.github/workflows/test-misskey-js.yml
@@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
- node-version: [20.16.0]
+ node-version: [22.11.0]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
@@ -51,7 +51,7 @@ jobs:
CI: true
- name: Upload Coverage
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./packages/misskey-js/coverage/coverage-final.json
diff --git a/.github/workflows/test-production.yml b/.github/workflows/test-production.yml
index 0abc09c5a6..11a95ca82f 100644
--- a/.github/workflows/test-production.yml
+++ b/.github/workflows/test-production.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
- node-version: [20.16.0]
+ node-version: [22.11.0]
steps:
- uses: actions/checkout@v4.1.1
diff --git a/.github/workflows/validate-api-json.yml b/.github/workflows/validate-api-json.yml
index f809af1063..835b2a9a24 100644
--- a/.github/workflows/validate-api-json.yml
+++ b/.github/workflows/validate-api-json.yml
@@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
- node-version: [20.16.0]
+ node-version: [22.11.0]
steps:
- uses: actions/checkout@v4.1.1