From 5ac8cc468913542b0e991beb404dbc1aeaf24064 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Wed, 27 Mar 2024 18:06:42 +0100 Subject: [PATCH] removed the `npm@9` installation --- .github/workflows/auto-test.yml | 3 --- README.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 8881ffbc..c791bc88 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -33,7 +33,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - - run: npm install npm@9 -g - run: npm install - run: npm run build - run: npm run test-backend @@ -61,8 +60,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - check-latest: true - - run: npm install npm@9 -g - run: npm ci --production check-linters: diff --git a/README.md b/README.md index c8a0d248..0459692a 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,6 @@ Requirements: - [pm2](https://pm2.keymetrics.io/) - For running Uptime Kuma in the background ```bash -# Update your npm -npm install npm@9 -g - git clone https://github.com/louislam/uptime-kuma.git cd uptime-kuma npm run setup