Skip to content

Commit f36304d

Browse files
committed
Try to fix CI
1 parent d3ffeef commit f36304d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/package-js-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
with:
3434
path: node_modules
3535
key: v5-package-node-modules-cache-${{ hashFiles('yarn.lock') }}
36+
- name: run conversion script
37+
if: matrix.versions == 'oldest'
38+
run: script/convert
3639
- name: Install Node modules with Yarn for renderer package
3740
run: |
3841
yarn install --no-progress --no-emoji

0 commit comments

Comments
 (0)