Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jul 21, 2023
1 parent d76d28b commit e3b419c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: 18
node-version: [18]
os: [ubuntu-latest]
steps:
- name: checkout
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: 18
node-version: [18]
os: [ubuntu-latest]
steps:
- name: checkout
Expand All @@ -74,7 +74,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: 18
node-version: [18]
os: [macos-latest]
steps:
- name: checkout
Expand Down

0 comments on commit e3b419c

Please sign in to comment.