From 971ebef415b8883ddd5fbdf8e4b668933c8ff0f6 Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 4 Jun 2024 12:56:14 +0200 Subject: [PATCH] use latest npm --- .github/workflows/push_dist_to_npm.yml | 2 +- .github/workflows/test_and_build.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push_dist_to_npm.yml b/.github/workflows/push_dist_to_npm.yml index 41c24fb5..0f2d197c 100644 --- a/.github/workflows/push_dist_to_npm.yml +++ b/.github/workflows/push_dist_to_npm.yml @@ -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 diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 3cce1bf4..b24ce0de 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -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: | diff --git a/README.md b/README.md index 2e3efa5e..9d65d099 100644 --- a/README.md +++ b/README.md @@ -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/.