Skip to content

Commit ea723dc

Browse files
committed
Setup pnpm before chrome install
1 parent 5980046 commit ea723dc

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/actions/run-qunit-tests/action.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ runs:
4242
echo "MATRIX_ENVS_NAME_SAFE=$MATRIX_ENVS_NAME_SAFE"
4343
echo "MATRIX_ENVS_NAME_SAFE=$MATRIX_ENVS_NAME_SAFE" >> $GITHUB_ENV
4444
45+
- name: Use Node.js
46+
uses: actions/setup-node@v4
47+
with:
48+
node-version: '20'
49+
50+
- uses: pnpm/action-setup@v3
51+
with:
52+
version: 9
53+
run_install: false
54+
4555
- name: Setup Chrome
4656
if: ${{ inputs.browser == 'chrome' }}
4757
uses: ./.github/actions/setup-chrome-headless-shell
@@ -67,11 +77,6 @@ runs:
6777
with:
6878
firefox-version: '122.0.1'
6979

70-
- name: Use Node.js
71-
uses: actions/setup-node@v4
72-
with:
73-
node-version: '20'
74-
7580
- name: Download artifacts
7681
uses: actions/download-artifact@v4
7782
with:
@@ -85,11 +90,6 @@ runs:
8590
rm -rf artifacts/npm
8691
7z x artifacts.zip
8792
88-
- uses: pnpm/action-setup@v3
89-
with:
90-
version: 9
91-
run_install: false
92-
9393
- name: Get pnpm store directory
9494
shell: bash
9595
run: |

0 commit comments

Comments
 (0)