Skip to content

Commit 2ac675b

Browse files
committed
ci: fix syntax
1 parent 1ad7ef4 commit 2ac675b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: yarn add -D jest@25 ts-jest@25 @types/jest@25 prettier@1
27-
if: ${{ node-version == '8.x' }}
27+
if: ${{ matrix.node-version == '8.x' }}
2828
- run: yarn --pure-lockfile
2929
- run: yarn test

0 commit comments

Comments
 (0)