Skip to content

Commit

Permalink
build: update to latest Node.js 16 version
Browse files Browse the repository at this point in the history
fixes: ERROR: This version of pnpm requires at least Node.js v16.14

Node 16 is no longer under active development, nothing is likely to break
  • Loading branch information
Robbert committed Sep 1, 2023
1 parent 7d9f027 commit 7e33254
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.13.0
v16
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"yarn": "1.22.19"
},
"engines": {
"node": "^16.13.0 || ^18.12",
"node": "^16 || ^18.12",
"yarn": "^1.22.0"
}
}

0 comments on commit 7e33254

Please sign in to comment.