Skip to content

Commit bcdc6ea

Browse files
committed
npm publish
1 parent 3f43768 commit bcdc6ea

File tree

3 files changed

+175
-5
lines changed

3 files changed

+175
-5
lines changed

.github/workflows/push-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
18-
registry-url: 'https://registry.npmjs.org'
17+
node-version: 24
1918
- run: npm install
2019
- run: export GHKEY=${{ secrets.GHKEY }}; npm test
2120
- name: Publish

dist/graphhopper-client.js

Lines changed: 172 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)