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