Skip to content

Commit 9d52876

Browse files
committed
ci: fix typo
1 parent 61804c3 commit 9d52876

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
@@ -15,22 +15,22 @@ jobs:
1515
- ubuntu-latest
1616
- macos-latest
1717
- windows-latest
18-
node_version:
18+
node-version:
1919
- 14
2020
include:
2121
- node-version: 12
2222
os: unbuntu-latest
2323
- node-version: 16
2424
os: ubuntu-latest
25-
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
25+
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
2626
steps:
2727
- uses: actions/checkout@v1
2828
- uses: pnpm/[email protected]
2929
with:
3030
version: 6
3131
- uses: actions/setup-node@v2
3232
with:
33-
node-version: ${{ matrix.node_version }}
33+
node-version: ${{ matrix.node-version }}
3434
cache: 'pnpm'
3535
- run: pnpm install
3636
- run: pnpm test

0 commit comments

Comments
 (0)