Skip to content

Commit 0e74d97

Browse files
Update dependency node to v22
1 parent 1267b9e commit 0e74d97

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v5
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 20
15+
node-version: 22
1616
- name: Install dependencies
1717
run: npm ci
1818
- name: Install Playwright Browsers

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@lhci/cli": "^0.15.1",
4848
"@playwright/test": "^1.54.2",
4949
"@types/lodash": "^4.17.20",
50-
"@types/node": "22.17.1",
50+
"@types/node": "22.17.2",
5151
"@types/nprogress": "^0.2.3",
5252
"@types/react-instantsearch-dom": "^6.12.9",
5353
"@types/uuid": "^10.0.0",

0 commit comments

Comments
 (0)