Merge pull request #31370 from backstage/Rugvip-patch-2

workflows/e2e-techdocs: add explicit node setup
This commit is contained in:
Patrik Oldsberg
2025-10-09 12:05:17 +02:00
committed by GitHub
@@ -41,6 +41,10 @@ jobs:
with:
python-version: '3.9'
- name: use node.js ${{ matrix.node-version }}
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: ${{ matrix.node-version }}
- name: yarn install
uses: backstage/actions/yarn-install@b3c1841fd69e1658ac631afafd0fb140a2309024 # v0.6.17
with: