Skip to content

Commit 20a13b2

Browse files
Update Node.js to v22.17.0
1 parent bf374fc commit 20a13b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Node
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: '20.x'
35+
node-version: '22.x'
3636

3737
- name: Install deps
3838
run: |

.github/workflows/storybook-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '20.x'
24+
node-version: '22.x'
2525

2626
- name: Install dependencies
2727
run: npm install

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.5.1
1+
22.17.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/dompurify": "^3.0.5",
6363
"@types/lodash": "^4.17.0",
6464
"@types/mustache": "^4.2.5",
65-
"@types/node": "^18.16.17",
65+
"@types/node": "^22.0.0",
6666
"@types/react": "^18.2.79",
6767
"@types/react-color": "^3.0.12",
6868
"@types/react-dom": "^18.2.25",

0 commit comments

Comments
 (0)