Skip to content

Commit 9a22309

Browse files
committedJul 18, 2023
fix: update node version
Signed-off-by: prisis <d.bannert@anolilab.de> chore: update lock Signed-off-by: prisis <d.bannert@anolilab.de> fix: update node version Signed-off-by: prisis <d.bannert@anolilab.de> fix: update node version Signed-off-by: prisis <d.bannert@anolilab.de>
1 parent 19c2d66 commit 9a22309

File tree

15 files changed

+48
-37
lines changed

15 files changed

+48
-37
lines changed
 

‎.github/workflows/lint.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
version: 8
6767
run_install: false
6868

69-
- name: "Use Node.js 16.x"
69+
- name: "Use Node.js 18.x"
7070
uses: "actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c" # v3.6.0
7171
with:
72-
node-version: "16.x"
72+
node-version: "18.x"
7373
cache: "pnpm"
7474

7575
- name: "Install packages"
@@ -138,10 +138,10 @@ jobs:
138138
version: 8
139139
run_install: false
140140

141-
- name: "Use Node.js 16.x"
141+
- name: "Use Node.js 18.x"
142142
uses: "actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c" # v3.6.0
143143
with:
144-
node-version: "16.x"
144+
node-version: "18.x"
145145
cache: "pnpm"
146146

147147
- name: "Install packages"

‎.github/workflows/semantic-release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
version: 8
5757
run_install: false
5858

59-
- name: "Use Node.js 16.x"
59+
- name: "Use Node.js 18.x"
6060
uses: "actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c" # v3.6.0
6161
with:
62-
node-version: "16.x"
62+
node-version: "18.x"
6363
cache: "pnpm"
6464

6565
# @see: npm install -g npm@latest is necessary to make provenance available. More info: https://docs.npmjs.com/generating-provenance-statements
@@ -123,10 +123,10 @@ jobs:
123123
with:
124124
version: 8
125125

126-
- name: "Use Node.js 16.x"
126+
- name: "Use Node.js 18.x"
127127
uses: "actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c" # v3.6.0
128128
with:
129-
node-version: "16.x"
129+
node-version: "18.x"
130130

131131
- name: "Update pnpm lock"
132132
run: "pnpm install --no-frozen-lockfile"

‎.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.20
1+
18.16

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
},
131131
"packageManager": "pnpm@8.6.7",
132132
"engines": {
133-
"node": ">=16.18.0 <=20.*"
133+
"node": ">=18.16.* <=20.*"
134134
},
135135
"anolilab": {
136136
"lint-staged-config": {

‎packages/babel-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
126126
},
127127
"engines": {
128-
"node": ">=16"
128+
"node": ">=18"
129129
},
130130
"publishConfig": {
131131
"access": "public",

‎packages/browserslist-config-anolilab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"vitest": "^0.33.0"
7070
},
7171
"engines": {
72-
"node": ">=16"
72+
"node": ">=18"
7373
},
7474
"publishConfig": {
7575
"access": "public",

‎packages/commitlint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@commitlint/cli": "^17.6.5"
7171
},
7272
"engines": {
73-
"node": ">=16"
73+
"node": ">=18"
7474
},
7575
"publishConfig": {
7676
"access": "public",

‎packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
"eslint-plugin-you-dont-need-momentjs": "^1.6.0"
231231
},
232232
"engines": {
233-
"node": ">=16"
233+
"node": ">=18"
234234
},
235235
"publishConfig": {
236236
"access": "public",

‎packages/lint-staged-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"vite": "^4.4.4"
127127
},
128128
"engines": {
129-
"node": ">=16"
129+
"node": ">=18"
130130
},
131131
"publishConfig": {
132132
"access": "public",

‎packages/package-json-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"vitest": "^0.33.0"
8383
},
8484
"engines": {
85-
"node": ">=16"
85+
"node": ">=18"
8686
},
8787
"publishConfig": {
8888
"access": "public",

‎packages/prettier-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"prettier": "2.x"
7171
},
7272
"engines": {
73-
"node": ">=16"
73+
"node": ">=18"
7474
},
7575
"publishConfig": {
7676
"access": "public",

‎packages/semantic-release-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"semantic-release": "^21.0.0"
9090
},
9191
"engines": {
92-
"node": ">=16"
92+
"node": ">=18"
9393
},
9494
"publishConfig": {
9595
"access": "public",

‎packages/stylelint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"stylelint": "^15.0.0"
130130
},
131131
"engines": {
132-
"node": ">=16"
132+
"node": ">=18"
133133
},
134134
"publishConfig": {
135135
"access": "public",

‎packages/textlint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"textlint": "^13.3.2"
9898
},
9999
"engines": {
100-
"node": ">=16"
100+
"node": ">=18"
101101
},
102102
"publishConfig": {
103103
"access": "public",

‎pnpm-lock.yaml

+28-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.