Skip to content

Commit a6ec699

Browse files
fix: pin node version to 22.22.1 in release workflow (#1320)
2 parents 43a8480 + bb79e80 commit a6ec699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
release:
1919
uses: ./.github/workflows/npm-release.yml
2020
with:
21-
node-version: 22
21+
node-version: 22.22.1
2222
require-build: true
2323
secrets:
2424
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)