From 42c8da6141998107173ba7e9bb2a5b27a25916d8 Mon Sep 17 00:00:00 2001 From: Emanuel Kluge Date: Sun, 20 Feb 2022 11:38:21 +0100 Subject: [PATCH] chore: use latest npm closes #436 [skip release] --- .github/workflows/ci.yml | 9 --------- .github/workflows/upload-release-artifact.yml | 3 --- package-lock.json | 3 --- package.json | 3 --- 4 files changed, 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cdcdb2a..874f9cd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,9 +45,6 @@ jobs: with: node-version: '16.x' - # See https://github.com/npm/cli/issues/3637 - - run: npm i -g npm@7.20.2 - - name: Cache Node dependencies uses: actions/cache@v2 id: npm-cache @@ -79,9 +76,6 @@ jobs: with: node-version: '16.x' - # See https://github.com/npm/cli/issues/3637 - - run: npm i -g npm@7.20.2 - - name: Cache Node dependencies uses: actions/cache@v2 id: npm-cache @@ -114,9 +108,6 @@ jobs: with: node-version: '16.x' - # See https://github.com/npm/cli/issues/3637 - - run: npm i -g npm@7.20.2 - - name: Cache Node dependencies uses: actions/cache@v2 id: npm-cache diff --git a/.github/workflows/upload-release-artifact.yml b/.github/workflows/upload-release-artifact.yml index 538f930c..10c2b97e 100644 --- a/.github/workflows/upload-release-artifact.yml +++ b/.github/workflows/upload-release-artifact.yml @@ -17,9 +17,6 @@ jobs: with: node-version: '16.x' - # See https://github.com/npm/cli/issues/3637 - - run: npm i -g npm@7.20.2 - - name: Cache Node dependencies uses: actions/cache@v2 with: diff --git a/package-lock.json b/package-lock.json index 76c55ffb..64034556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,9 +15,6 @@ "lerna": "4.0.0", "npm-run-all": "4.1.5", "prettier": "2.5.1" - }, - "engines": { - "npm": "^7" } }, "client": { diff --git a/package.json b/package.json index f72270ba..3c4baa39 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,6 @@ "private": true, "author": "Emanuel Kluge (https://emanuel-kluge.de/)", "license": "MIT", - "engines": { - "npm": "^7" - }, "workspaces": [ "client", "server",