Skip to content

Commit

Permalink
use latest npm
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Jun 4, 2024
1 parent 6d54338 commit 971ebef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_dist_to_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-node@v3
with:
registry-url: https://registry.npmjs.org/
node-version: lts/gallium
node-version: v20.14.0

- name: Build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/setup-node@v3
with:
registry-url: https://registry.npmjs.org/
node-version: lts/gallium
node-version: v20.14.0

- name: Test and Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ There is [an experimental `navi` branch](https://github.com/graphhopper/graphhop
## Start development:

* Clone this repository.
* Make sure node and npm are installed. We recommend using the gallium LTS (node v16.17.0 & npm v8.15.0).
* Make sure node and npm are installed. We recommend using the gallium LTS (node v20.14.0 and npm 10.7.0).
* npm install
* npm run serve
* Open your browser at http://0.0.0.0:3000/.
Expand Down

0 comments on commit 971ebef

Please sign in to comment.