crawler-user-agents 1.0.166 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30,7 +30,8 @@ jobs:
|
|
|
30
30
|
- run: npm clean-install
|
|
31
31
|
- run: git checkout .
|
|
32
32
|
- run: npm version --no-git-tag-version `node -e 'pacote=require("pacote");pacote.manifest("crawler-user-agents").then(pkgJson => { console.log(pkgJson.version); });'`
|
|
33
|
-
|
|
33
|
+
# we now bump mino in order to trigger automated dependency updates
|
|
34
|
+
- run: npm version --no-git-tag-version minor
|
|
34
35
|
- run: npm publish --provenance
|
|
35
36
|
env:
|
|
36
37
|
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|