File tree Expand file tree Collapse file tree
.github/actions/run-qunit-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 :
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 : |
You can’t perform that action at this time.
0 commit comments