chore: fix ci

This commit is contained in:
xrkffgg
2023-02-22 14:40:23 +08:00
committed by GitHub
parent b363cba6ec
commit f2d552d67b

View File

@@ -8,6 +8,9 @@ on:
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: yarn - run: yarn