Skip to content

Commit 988a738

Browse files
Update dependency node to v22
1 parent 994dca9 commit 988a738

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.github/workflows/gh-pages-main.yml

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

2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 20.x
22+
node-version: 22.x
2323

2424
- name: Install dependencies
2525
run: npm install

.github/workflows/pr-preview.yml

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

2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: 20.x
26+
node-version: 22.x
2727

2828
- name: Install and Build
2929
run: |

package-lock.json

Lines changed: 15 additions & 15 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
@@ -41,7 +41,7 @@
4141
"@open-wc/testing": "^4.0.0",
4242
"@open-wc/testing-karma": "^3.0.0",
4343
"@types/mocha": "^10.0.0",
44-
"@types/node": "^20.8.4",
44+
"@types/node": "^22.0.0",
4545
"@types/throttle-debounce": "^5.0.0",
4646
"@typescript-eslint/eslint-plugin": "^7.1.0",
4747
"@typescript-eslint/parser": "^7.1.0",

0 commit comments

Comments
 (0)