From e5a20c995e6eedd410fe3c43b38362d55ea4b061 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Wed, 20 Mar 2024 14:31:08 +0100 Subject: [PATCH] made sure to bump npm to the latest supported using node@18 --- .github/workflows/auto-test.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 4804471f..10123e6a 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -33,7 +33,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - - run: npm install npm@9 -g + - run: npm install npm@10 -g - run: npm install - run: npm run build - run: npm run test-backend @@ -61,7 +61,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - - run: npm install npm@9 -g + - run: npm install npm@10 -g - run: npm ci --production check-linters: diff --git a/README.md b/README.md index c8a0d248..1791e276 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Requirements: ```bash # Update your npm -npm install npm@9 -g +npm install npm@10 -g git clone https://github.com/louislam/uptime-kuma.git cd uptime-kuma