diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6654f647d..e2cf4c0f5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 18.x - name: Get npm cache directory id: npm-cache @@ -39,7 +39,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 18.x - uses: actions/cache@v2 with: diff --git a/packages/workbox-build/package-lock.json b/packages/workbox-build/package-lock.json index 10df7972a..1a687c58f 100644 --- a/packages/workbox-build/package-lock.json +++ b/packages/workbox-build/package-lock.json @@ -51,7 +51,7 @@ "@types/node": "^18.15.11" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" } }, "node_modules/@ampproject/remapping": { diff --git a/packages/workbox-build/package.json b/packages/workbox-build/package.json index be7511111..6f790ed5e 100644 --- a/packages/workbox-build/package.json +++ b/packages/workbox-build/package.json @@ -12,7 +12,7 @@ "file manifest" ], "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "author": "Google's Web DevRel Team and Google's Aurora Team", "license": "MIT", diff --git a/packages/workbox-cli/package-lock.json b/packages/workbox-cli/package-lock.json index 8745c34cc..e1d8aa240 100644 --- a/packages/workbox-cli/package-lock.json +++ b/packages/workbox-cli/package-lock.json @@ -34,7 +34,7 @@ "@types/update-notifier": "^4.1.1" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" } }, "node_modules/@ampproject/remapping": { diff --git a/packages/workbox-cli/package.json b/packages/workbox-cli/package.json index 6bf491862..a9cbdace0 100644 --- a/packages/workbox-cli/package.json +++ b/packages/workbox-cli/package.json @@ -18,7 +18,7 @@ "build" ], "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "author": "Google's Web DevRel Team and Google's Aurora Team", "license": "MIT", diff --git a/packages/workbox-webpack-plugin/package-lock.json b/packages/workbox-webpack-plugin/package-lock.json index 49d4afc7c..e2031cf65 100644 --- a/packages/workbox-webpack-plugin/package-lock.json +++ b/packages/workbox-webpack-plugin/package-lock.json @@ -20,7 +20,7 @@ "@types/webpack": "^5.28.1" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "peerDependencies": { "webpack": "^4.4.0 || ^5.91.0" diff --git a/packages/workbox-webpack-plugin/package.json b/packages/workbox-webpack-plugin/package.json index 79aecf022..54c23932f 100644 --- a/packages/workbox-webpack-plugin/package.json +++ b/packages/workbox-webpack-plugin/package.json @@ -18,7 +18,7 @@ "main": "build/index.js", "types": "build/index.d.ts", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "dependencies": { "fast-json-stable-stringify": "^2.1.0",