fix: changesets node version (#24812)

This commit is contained in:
Lauris Skraucis
2025-10-31 10:27:55 +00:00
committed by GitHub
parent 9d1cf3e70e
commit 9d4ecf2baa
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Setup Node and registry for OIDC
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "20.17.0"
registry-url: "https://registry.npmjs.org"
- name: Setup node, yarn and install dependencies
uses: ./.github/actions/yarn-install