Skip to content

Commit cac8dc6

Browse files
authored
chore(deps): bump nodejs to 22 (#478)
Signed-off-by: Jinzhe Zeng <[email protected]>
1 parent 23e390e commit cac8dc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
cache: 'yarn'
1919
- run: yarn install
2020
- run: yarn build

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"hatchling",
44
"hatch-nodejs-version",
5-
"nodejs-wheel~=20.8",
5+
"nodejs-wheel~=22.11",
66
"pyyaml",
77
]
88
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)