Skip to content

Commit a3c246a

Browse files
committed
Bump node version to v20
1 parent 870b0dd commit a3c246a

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [18.x]
12+
node-version: [20.x]
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [18.x]
12+
node-version: [20.x]
1313

1414
steps:
1515
- name: Check out Git repository

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [18.x]
12+
node-version: [20.x]
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [ 18.x ]
12+
node-version: [ 20.x ]
1313
react-version: [ 18 ]
1414

1515
steps:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18
1+
v20

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
"build-storybook": "build-storybook"
7676
},
7777
"devEngines": {
78-
"node": ">=16",
79-
"npm": ">=8"
78+
"node": ">=20",
79+
"npm": ">=10"
8080
},
8181
"peerDependencies": {
8282
"react": "18",

0 commit comments

Comments
 (0)