Skip to content

Commit 8e2d835

Browse files
fix: pin node version to 22.14.0 in release workflow
1 parent 5c71045 commit 8e2d835

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.14.0
2222
require-build: true
2323
secrets:
2424
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)