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 ae2280c commit c1f3bf9Copy full SHA for c1f3bf9
.github/workflows/test-v18.yml
@@ -55,6 +55,13 @@ jobs:
55
- name: pnpm install
56
run: pnpm install --frozen-lockfile
57
58
+ - name: Install React v18
59
+ run: |
60
+ cd packages/jsx-email
61
+ pnpm add react@^18
62
+ cd ../create-jsx-email
63
64
+
65
- name: Build Projects
66
run: |
67
moon jsx-email:build
.github/workflows/test.yml
@@ -55,13 +55,6 @@ jobs:
- - name: Install React v18
- run: |
- cd packages/jsx-email
- pnpm add react@^18
- cd ../create-jsx-email
-
0 commit comments