Skip to content

Commit 4e8ecc2

Browse files
chore(deps): update dependency node to v22
1 parent 0461931 commit 4e8ecc2

File tree

4 files changed

+21
-15
lines changed

4 files changed

+21
-15
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Setup Node
104104
uses: actions/setup-node@v3
105105
with:
106-
node-version: 18
106+
node-version: 22
107107
cache: 'pnpm'
108108

109109
- name: Install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: 18
26+
node-version: 22
2727

2828
- name: Extract version tag
2929
if: startsWith( github.ref, 'refs/tags/v' )

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/diff-match-patch": "^1.0.33",
4545
"@types/eslint": "^8.44.2",
4646
"@types/glob": "^7.1.3",
47-
"@types/node": "^20.6.2",
47+
"@types/node": "^22.0.0",
4848
"@types/yargs": "^17.0.24",
4949
"@typescript-eslint/eslint-plugin": "^6.7.0",
5050
"@typescript-eslint/parser": "^6.7.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)