Skip to content

Commit 00ed098

Browse files
authored
chore: use node 22 (#138)
1 parent caaf5ea commit 00ed098

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

.github/actions/setup-repo/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Prepare repo
44
inputs:
55
node-version:
66
description: Version of Node to use
7-
default: 20.x
7+
default: 22.x
88

99
runs:
1010
using: composite

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
node_version: [18.x, 20.x, 22.x]
5353
os: [ubuntu-latest]
5454
include:
55-
- node_version: 20.x
55+
- node_version: 22.x
5656
os: windows-latest
5757
fail-fast: false
5858
runs-on: ${{ matrix.os }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/eslint-config-prettier": "^6.11.3",
4949
"@types/eslint__js": "^8.42.3",
5050
"@types/fs-extra": "^11.0.4",
51-
"@types/node": "^20.17.6",
51+
"@types/node": "^22.9.0",
5252
"@types/throttle-debounce": "^5.0.2",
5353
"@vitest/eslint-plugin": "^1.1.7",
5454
"eslint": "^9.12.0",

pnpm-lock.yaml

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)