diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 246a0bed..1cd5165c 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -62,7 +62,7 @@ jobs: with: node-version: ${{ matrix.node }} check-latest: true - - run: npm install npm@10 -g + - run: npm install npm@9 -g - run: npm ci --production check-linters: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d1abc57f..d9c0952c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -231,7 +231,7 @@ The goal is to make the Uptime Kuma installation as easy as installing a mobile ## Tools - [`Node.js`](https://nodejs.org/) >= 18 -- [`npm`](https://www.npmjs.com/) >= 10.2.4 +- [`npm`](https://www.npmjs.com/) >= 9.3 - [`git`](https://git-scm.com/) - IDE that supports [`ESLint`](https://eslint.org/) and EditorConfig (I am using [`IntelliJ IDEA`](https://www.jetbrains.com/idea/)) - A SQLite GUI tool (f.ex. [`SQLite Expert Personal`](https://www.sqliteexpert.com/download.html) or [`DBeaver Community`](https://dbeaver.io/download/)) diff --git a/README.md b/README.md index 998c8682..c8a0d248 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ Requirements: - ✅ Windows 10 (x64), Windows Server 2012 R2 (x64) or higher - ❌ Replit / Heroku - [Node.js](https://nodejs.org/en/download/) 18 / 20.4 -- [npm](https://docs.npmjs.com/cli/) 10 +- [npm](https://docs.npmjs.com/cli/) 9 - [Git](https://git-scm.com/downloads) - [pm2](https://pm2.keymetrics.io/) - For running Uptime Kuma in the background ```bash # Update your npm -npm install npm@10 -g +npm install npm@9 -g git clone https://github.com/louislam/uptime-kuma.git cd uptime-kuma