File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 needs : [create-release, build-tauri]
9999
100100 steps :
101- - uses : actions/setup-node@v2
101+ - uses : actions/checkout@v2
102+
103+ - name : Setup node
104+ uses : actions/setup-node@v1
102105 with :
103- node-version : ' 14'
106+ node-version : 16
107+ - run : yarn add -D minimist esno typescript
104108 - run : yarn updater -v=${GITHUB_REF:11}
105109
106110 - name : Deploy install.json
Original file line number Diff line number Diff line change 11{
22 "name" : " omb" ,
33 "private" : true ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.0.0 " ,
55 "author" : " lencx <cxin1314@gmail.com>" ,
66 "scripts" : {
77 "dev" : " vite --port=4096" ,
5252 "esno" : " ^0.16.3" ,
5353 "minimist" : " ^1.2.6" ,
5454 "sass" : " ^1.53.0" ,
55- "typescript" : " ^4.6.3 " ,
55+ "typescript" : " ^4.8.4 " ,
5656 "unocss" : " ^0.33.2" ,
5757 "vite" : " ^3.0.4" ,
5858 "vite-plugin-rsw" : " ^2.0.8" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " omb"
3- version = " 0.1 .0"
3+ version = " 0.0 .0"
44description = " Oh My Box"
55authors = [" lencx <cxin1314@gmail.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change @@ -2093,10 +2093,10 @@ tsx@^3.2.1:
20932093 optionalDependencies :
20942094 fsevents "~2.3.2"
20952095
2096- typescript@^4.6.3 :
2097- version "4.7 .4"
2098- resolved "https://registry.npmmirror.com/typescript/-/typescript-4.7 .4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235 "
2099- integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ ==
2096+ typescript@^4.8.4 :
2097+ version "4.8 .4"
2098+ resolved "https://registry.npmmirror.com/typescript/-/typescript-4.8 .4.tgz#c464abca159669597be5f96b8943500b238e60e6 "
2099+ integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ ==
21002100
21012101uc.micro@^1.0.1, uc.micro@^1.0.5 :
21022102 version "1.0.6"
You can’t perform that action at this time.
0 commit comments