Skip to content

Commit b800e6b

Browse files
committed
chore: updater
1 parent 49e7649 commit b800e6b

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

Diff for: .github/workflows/release.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,13 @@ jobs:
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

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "omb",
33
"private": true,
4-
"version": "0.1.1",
4+
"version": "0.0.0",
55
"author": "lencx <[email protected]>",
66
"scripts": {
77
"dev": "vite --port=4096",
@@ -52,7 +52,7 @@
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",

Diff for: src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "omb"
3-
version = "0.1.0"
3+
version = "0.0.0"
44
description = "Oh My Box"
55
authors = ["lencx <[email protected]>"]
66
license = "MIT"

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff 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

21012101
uc.micro@^1.0.1, uc.micro@^1.0.5:
21022102
version "1.0.6"

0 commit comments

Comments
 (0)