summaryrefslogtreecommitdiff
path: root/.github/workflows/test-frontend.yml
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-07-30 09:17:06 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2024-07-30 09:17:06 +0900
commit1991a02aa9ca191639ebd84eeae984ea7ec01cc1 (patch)
tree4752bbb697765a0a734442562831ff806dc4d6e9 /.github/workflows/test-frontend.yml
parentfeature: ユーザ作成時にSystemWebhookを発信できるようにする ... (diff)
downloadmisskey-1991a02aa9ca191639ebd84eeae984ea7ec01cc1.tar.gz
misskey-1991a02aa9ca191639ebd84eeae984ea7ec01cc1.tar.bz2
misskey-1991a02aa9ca191639ebd84eeae984ea7ec01cc1.zip
update node version
Diffstat (limited to '.github/workflows/test-frontend.yml')
-rw-r--r--.github/workflows/test-frontend.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-frontend.yml b/.github/workflows/test-frontend.yml
index c17a9fd387..fcaef52969 100644
--- a/.github/workflows/test-frontend.yml
+++ b/.github/workflows/test-frontend.yml
@@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
- node-version: [20.12.2]
+ node-version: [20.16.0]
steps:
- uses: actions/checkout@v4.1.1
@@ -61,7 +61,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- node-version: [20.12.2]
+ node-version: [20.16.0]
browser: [chrome]
services: