diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml index cb552239..99eb4fe3 100644 --- a/.github/workflows/code-quality.yaml +++ b/.github/workflows/code-quality.yaml @@ -10,12 +10,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: "14" - - - name: Setup NPM - run: npm install -g npm@8 - # Node 14 (above) comes with NPM v6, - # which does not install peer dependencies that we need + node-version: "16" - name: Install Dependencies run: npm ci diff --git a/README.md b/README.md index 3e614da5..ac0094e7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Please report bugs on [phabricator](https://phabricator.wikimedia.org/project/vi ## Local Development -_**Prerequisites: This repository requires node v14+ and npm v7+**_ +_**Prerequisites: This repository requires node v16 and up**_ ### Initial setup diff --git a/package.json b/package.json index 989efeee..a0ff5dc1 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "homepage": "https://github.com/wmde/new-lexeme-special-page#readme", "engines": { - "node": ">=14" + "node": ">=16" }, "dependencies": { "@wmde/wikibase-datamodel-types": "^0.2.0",