Skip to content

Commit c318a13

Browse files
committed
chore: caniemail, move test workflow back
1 parent 533633a commit c318a13

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
- name: Setup Node
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 20
17+
node-version: 20.19.0
1818

1919
- name: Install PNPM
2020
uses: pnpm/action-setup@v4

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333

3434
- name: Build Projects
3535
run: |
36+
ls -aln node_modules
3637
moon jsx-email:build
3738
moon create-mail:build
3839
moon run :build --query "project~plugin-*"

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
20.19.0

packages/jsx-email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@unocss/transformer-variant-group": "^66.0.0",
7272
"@vitejs/plugin-react": "^4.3.0",
7373
"autoprefixer": "^10.4.16",
74-
"caniemail": "0.1.0-beta3",
74+
"caniemail": "1.0.0",
7575
"chalk": "5.4.1",
7676
"chalk-template": "^1.1.0",
7777
"classnames": "2.5.1",

pnpm-lock.yaml

Lines changed: 12 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)