diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a571e14f..9418b3f1 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [18.17.x] steps: - name: Checkout repository diff --git a/.pipelines/app/templates/npmInstall.yml b/.pipelines/app/templates/npmInstall.yml index 63ba852f..375cb700 100644 --- a/.pipelines/app/templates/npmInstall.yml +++ b/.pipelines/app/templates/npmInstall.yml @@ -1,7 +1,7 @@ steps: - task: NodeTool@0 inputs: - versionSpec: '16.19.x' + versionSpec: '18.17.x' - task: Cache@2 displayName: Cache npm diff --git a/package-lock.json b/package-lock.json index 066d8c6b..f6c3b916 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,8 +67,8 @@ "whatwg-fetch": "^3.6.20" }, "engines": { - "node": "=16", - "npm": "=8" + "node": "=18.17.x", + "npm": "=9" } }, "node_modules/@adobe/css-tools": { diff --git a/package.json b/package.json index 85254864..548c85d2 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "private": true, "description": "This repo serves at a boilerplate to help stand up a new nextjs app", "engines": { - "node": "=16", - "npm": "=8" + "node": "=18.17.x", + "npm": "=9" }, "scripts": { "prepare": "husky install",