diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d9d3301..4b532af0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: node-version: - 14.17 - 16.0.0 - - 17 + - 18 os: - ubuntu-latest runs-on: "${{ matrix.os }}" diff --git a/package-lock.json b/package-lock.json index 050c8dab..3ef38b04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "lodash": "^4.17.15", "nerf-dart": "^1.0.0", "normalize-url": "^6.0.0", - "npm": "^8.3.0", + "npm": "^8.11.0", "rc": "^1.2.8", "read-pkg": "^5.0.0", "registry-auth-token": "^4.0.0", diff --git a/package.json b/package.json index 573396c7..bcfb0272 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "lodash": "^4.17.15", "nerf-dart": "^1.0.0", "normalize-url": "^6.0.0", - "npm": "^8.3.0", + "npm": "^8.11.0", "rc": "^1.2.8", "read-pkg": "^5.0.0", "registry-auth-token": "^4.0.0",