We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2b2b6 commit 19d5c0aCopy full SHA for 19d5c0a
1 file changed
.github/workflows/node.js.yml
@@ -51,7 +51,7 @@ jobs:
51
--force
52
influx write --bucket dyne --file test/fixtures/influxdb_data.lp
53
- run: yarn
54
- - run: yarn add -W -D @types/glob
+ - run: rm -rf node_modules/@types/glob || true
55
- run: yarn build
56
- run: yarn test
57
- uses: codecov/codecov-action@v3
0 commit comments