Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Sep 1, 2023
1 parent 360f31c commit 361944f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ on:

jobs:
build:

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

strategy:
matrix:
on: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
node-version: [20.x]

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 361944f

Please sign in to comment.