Skip to content

Commit 8bf47f0

Browse files
committed
chore: update Node.js version to 22.x in release workflow
1 parent 515d77d commit 8bf47f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-it.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: [ubuntu-latest]
2020
strategy:
2121
matrix:
22-
node-version: [18.x]
22+
node-version: [22.x]
2323
steps:
2424
- name: Checkout main
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)