Skip to content

Commit

Permalink
Update dependency node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 2, 2024
1 parent 1d9be4f commit fb1bac4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: namespace-profile-playwright
env:
# renovate: datasource=node-version depName=node
NODE_VERSION: 20
NODE_VERSION: 22
COMMENT_TAG: 'playwright-report-link'
defaults:
run:
Expand Down
10 changes: 5 additions & 5 deletions e2e-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@playwright/test": "1.48.2",
"@types/eslint": "9.6.1",
"@types/eslint__js": "8.42.3",
"@types/node": "20.17.5",
"@types/node": "22.8.6",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "9.14.0",
Expand Down

0 comments on commit fb1bac4

Please sign in to comment.