Skip to content

Commit ee0a435

Browse files
authored
Pin swc/core to 1.3.30 to avoid segmentation fault (#22)
1 parent 6475e77 commit ee0a435

File tree

4 files changed

+1490
-1140
lines changed

4 files changed

+1490
-1140
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
workflow_dispatch:
66
schedule:
7-
- cron: "15 1 * * 1-5" # "At 01:15 on every day-of-week from Monday through Friday.”, see: https://crontab.guru/#15_1_*_*_1-5
7+
- cron: '15 1 * * *'
88

99
jobs:
1010
build:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@babel/preset-typescript": "^7.6.0",
4242
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
4343
"@svgr/webpack": "^5.5.0",
44-
"@swc/core": "^1.3.23",
44+
"@swc/core": "1.3.30",
4545
"@types/jest": "~27.4.1",
4646
"@types/jquery": "^3.5.5",
4747
"@types/node": "^17.0.24",

0 commit comments

Comments
 (0)