diff --git a/.github/workflows/cicd-website.yml b/.github/workflows/cicd-website.yml index 1f900105b7..9e0e37484f 100644 --- a/.github/workflows/cicd-website.yml +++ b/.github/workflows/cicd-website.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Node.js version uses: actions/setup-node@v3.2.0 with: - node-version: "16.13.x" + node-version: "16" - uses: pnpm/action-setup@v2.2.4 name: Install pnpm @@ -78,7 +78,7 @@ jobs: - name: Set up Node.js version uses: actions/setup-node@v3.2.0 with: - node-version: "16.13.x" + node-version: "16" - uses: pnpm/action-setup@v2.2.4 name: Install pnpm @@ -120,7 +120,7 @@ jobs: - name: lerna publish with: - node-version: "16.13.x" + node-version: "16" cache: "npm" registry-url: "https://npm.pkg.github.com/" scope: "@gemeente-denhaag" diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 11d9fb17b8..611cf24715 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Node.js version uses: actions/setup-node@v3.2.0 with: - node-version: "16.13.x" + node-version: "16" - uses: pnpm/action-setup@v2.2.4 name: Install pnpm @@ -109,7 +109,7 @@ jobs: - name: Set up Node.js version uses: actions/setup-node@v3.2.0 with: - node-version: "16.13.x" + node-version: "16" - uses: pnpm/action-setup@v2.2.4 name: Install pnpm diff --git a/.nvmrc b/.nvmrc index ff650592a1..6f7f377bf5 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v16.13.0 +v16 diff --git a/package.json b/package.json index 98d5376d4d..f2c49387f5 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "yarn": "1.22.19" }, "engines": { - "node": "^16.13.0 || ^18.12", + "node": "^16 || ^18.12", "yarn": "^1.22.0" } }