diff --git a/.github/workflows/node-version.yml b/.github/workflows/node-version.yml index 809c9c55b..dfd8839cf 100644 --- a/.github/workflows/node-version.yml +++ b/.github/workflows/node-version.yml @@ -22,7 +22,7 @@ jobs: - name: Synchronise Node version in actions run: | sed -i -E s/'([\ \t]+)node-version: .+'/'\1node-version: ${{ env.NODE_VERSION }}'/g .github/workflows/* - sed -i -E s/'([\ \t]+)"node": .+'/'\1"node": "${{ env.NODE_VERSION }}"'/g ui/package.json ui/package-lock.json + sed -i -E s/'([\ \t]+)"node": .+'/'\1"node": "${{ env.NODE_VERSION }}"'/g ui/package.json ui/package-lock.json ui/*/package.json ui/*/package-lock.json - name: Create Pull Request id: cpr diff --git a/ui/e2e/package-lock.json b/ui/e2e/package-lock.json index 37d4c7286..ee3b8e431 100644 --- a/ui/e2e/package-lock.json +++ b/ui/e2e/package-lock.json @@ -13,8 +13,8 @@ "puppeteer": "13.0.1" }, "engines": { - "node": "16.13.1", - "npm": ">=8.1 <9.0" + "node": "17.3.0", + "npm": ">=8.3 <9.0" } }, "node_modules/@babel/code-frame": { diff --git a/ui/e2e/package.json b/ui/e2e/package.json index 14f9117df..9d98835ff 100644 --- a/ui/e2e/package.json +++ b/ui/e2e/package.json @@ -4,8 +4,8 @@ "license": "Apache-2.0", "private": true, "engines": { - "npm": ">=8.1 <9.0", - "node": "16.13.1" + "npm": ">=8.3 <9.0", + "node": "17.3.0" }, "scripts": { "test": "jest --runInBand demo.test.js" diff --git a/ui/package-lock.json b/ui/package-lock.json index 9f4b35a0a..501ff8410 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -95,7 +95,7 @@ }, "engines": { "node": "17.3.0", - "npm": ">=8.1 <9.0" + "npm": ">=8.3 <9.0" } }, "node_modules/@apideck/better-ajv-errors": { diff --git a/ui/package.json b/ui/package.json index 34e1d9bac..b7a6b6105 100644 --- a/ui/package.json +++ b/ui/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "private": true, "engines": { - "npm": ">=8.1 <9.0", + "npm": ">=8.3 <9.0", "node": "17.3.0" }, "dependencies": {