We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ffeef commit f36304dCopy full SHA for f36304d
.github/workflows/package-js-tests.yml
@@ -33,6 +33,9 @@ jobs:
33
with:
34
path: node_modules
35
key: v5-package-node-modules-cache-${{ hashFiles('yarn.lock') }}
36
+ - name: run conversion script
37
+ if: matrix.versions == 'oldest'
38
+ run: script/convert
39
- name: Install Node modules with Yarn for renderer package
40
run: |
41
yarn install --no-progress --no-emoji
0 commit comments