Skip to content

Commit 1ad7ef4

Browse files
committed
ci: try to fix Node.js 8.x test
1 parent ca702ce commit 1ad7ef4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ jobs:
2323
uses: actions/setup-node@v1
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
- run: yarn --frozen-lockfile
26+
- run: yarn add -D jest@25 ts-jest@25 @types/jest@25 prettier@1
27+
if: ${{ node-version == '8.x' }}
28+
- run: yarn --pure-lockfile
2729
- run: yarn test

0 commit comments

Comments
 (0)