Skip to content

Commit ae5d07c

Browse files
authored
Merge pull request #55 from spences10/renovate/node-22.x
2 parents 210e790 + 4fcb610 commit ae5d07c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

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

1919
- uses: actions/setup-node@v5
2020
with:
21-
node-version: 20
21+
node-version: 22
2222
cache: 'pnpm'
2323

2424
- run: pnpm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"typescript": "^5.9.2"
6363
},
6464
"volta": {
65-
"node": "22.17.1"
65+
"node": "22.20.0"
6666
}
6767
}

0 commit comments

Comments
 (0)