Skip to content

Commit e3639e5

Browse files
committed
Fix typo in github test workflow
1 parent a003176 commit e3639e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: ${{ matrix.node }}
15-
- run: npm install -g jest^26
15+
- run: npm install -g jest@^26
1616
- run: npm install
1717
- run: npm run jest

0 commit comments

Comments
 (0)