Skip to content

Commit

Permalink
fix: actions lol
Browse files Browse the repository at this point in the history
  • Loading branch information
diced committed Aug 30, 2023
1 parent 09bc1db commit 734097b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ on:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18.x, 20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 734097b

Please sign in to comment.