1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-04-30 23:55:44 +02:00

update node version

This commit is contained in:
syuilo
2024-07-30 09:17:06 +09:00
parent 72bc789746
commit 1991a02aa9
10 changed files with 12 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
node-version: [20.12.2]
node-version: [20.16.0]
steps:
- uses: actions/checkout@v4.1.1