1
0
This commit is contained in:
syui 2024-03-23 06:07:11 +09:00
parent 59bbdd4ac3
commit 6f352e491d
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 17 node-version: 16
ref: main ref: main
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0

View File

@ -3,7 +3,7 @@
- host : [card.syui.ai](https://card.syuiai) - host : [card.syui.ai](https://card.syuiai)
```sh ```sh
$ nvm use 21 $ nvm use 16
$ yarn install $ yarn install
$ yarn dev $ yarn dev
``` ```