Skip to content

Commit

Permalink
fix: fixed ci syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Apr 30, 2024
1 parent 9be55f4 commit 7e7b0c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ jobs:
- macos-latest
# TODO: re-enable windows
#- windows-latest
node_version:
node:
- 14
- 16
- 18
exclude:
- os: macos-latest
node: 14
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
name: Node ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm install
- name: Run tests
Expand Down

0 comments on commit 7e7b0c4

Please sign in to comment.