made sure to bump npm to the latest supported using node@18

pull/3747/head
Frank Elsinga 2 months ago committed by GitHub
parent 20e7a0c40c
commit e5a20c995e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

Loading…
Cancel
Save