removed the `npm@9` installation

pull/3747/head
Frank Elsinga 1 month ago committed by GitHub
parent 8b3a6f6159
commit 5ac8cc4689
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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:

@ -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

Loading…
Cancel
Save