Skip to content

Commit

Permalink
chore: 缺少 runs-on 命令
Browse files Browse the repository at this point in the history
  • Loading branch information
gxmari007 committed Jan 9, 2024
1 parent 06f3fa6 commit 7ebb5b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
os: ['ubuntu-latest']
node: [18, 20]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
Expand Down

0 comments on commit 7ebb5b8

Please sign in to comment.