fix: fixed ci syntax

This commit is contained in:
titanism
2024-04-30 16:07:23 -05:00
parent 9be55f4a22
commit 7e7b0c47ac
+3 -3
View File
@@ -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