Skip to content

Commit 7e7b0c4

Browse files
committed
fix: fixed ci syntax
1 parent 9be55f4 commit 7e7b0c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ jobs:
1111
- macos-latest
1212
# TODO: re-enable windows
1313
#- windows-latest
14-
node_version:
14+
node:
1515
- 14
1616
- 16
1717
- 18
1818
exclude:
1919
- os: macos-latest
2020
node: 14
21-
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
21+
name: Node ${{ matrix.node }} on ${{ matrix.os }}
2222
steps:
2323
- uses: actions/checkout@v3
2424
- name: Setup node
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: ${{ matrix.node_version }}
27+
node-version: ${{ matrix.node }}
2828
- name: Install dependencies
2929
run: npm install
3030
- name: Run tests

0 commit comments

Comments
 (0)