Skip to content

Commit 19d5c0a

Browse files
committed
fix: remove glob
1 parent ef2b2b6 commit 19d5c0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
--force
5252
influx write --bucket dyne --file test/fixtures/influxdb_data.lp
5353
- run: yarn
54-
- run: yarn add -W -D @types/glob
54+
- run: rm -rf node_modules/@types/glob || true
5555
- run: yarn build
5656
- run: yarn test
5757
- uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)