Skip to content

Commit 985fbc7

Browse files
committed
chore: update Node.js version in release workflow to 22.22.1
1 parent daf76c5 commit 985fbc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-it.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: [ubuntu-latest]
2121
strategy:
2222
matrix:
23-
node-version: [22.x]
23+
node-version: [22.22.1]
2424
steps:
2525
- name: Checkout main
2626
uses: actions/checkout@v6

0 commit comments

Comments
 (0)