Skip to content

Commit

Permalink
Fix CI action os
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0x43 committed Nov 26, 2021
1 parent 698e0f8 commit 0707d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
os: ['windows-latest', 'ubuntu-latest']
node-version: [12, 14, 16]

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

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down

0 comments on commit 0707d63

Please sign in to comment.