Skip to content

Commit

Permalink
chore: updater
Browse files Browse the repository at this point in the history
  • Loading branch information
lencx committed Oct 1, 2022
1 parent 49e7649 commit b800e6b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,13 @@ jobs:
needs: [create-release, build-tauri]

steps:
- uses: actions/setup-node@v2
- uses: actions/checkout@v2

- name: Setup node
uses: actions/setup-node@v1
with:
node-version: '14'
node-version: 16
- run: yarn add -D minimist esno typescript
- run: yarn updater -v=${GITHUB_REF:11}

- name: Deploy install.json
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "omb",
"private": true,
"version": "0.1.1",
"version": "0.0.0",
"author": "lencx <cxin1314@gmail.com>",
"scripts": {
"dev": "vite --port=4096",
Expand Down Expand Up @@ -52,7 +52,7 @@
"esno": "^0.16.3",
"minimist": "^1.2.6",
"sass": "^1.53.0",
"typescript": "^4.6.3",
"typescript": "^4.8.4",
"unocss": "^0.33.2",
"vite": "^3.0.4",
"vite-plugin-rsw": "^2.0.8",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "omb"
version = "0.1.0"
version = "0.0.0"
description = "Oh My Box"
authors = ["lencx <cxin1314@gmail.com>"]
license = "MIT"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2093,10 +2093,10 @@ tsx@^3.2.1:
optionalDependencies:
fsevents "~2.3.2"

typescript@^4.6.3:
version "4.7.4"
resolved "https://registry.npmmirror.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
typescript@^4.8.4:
version "4.8.4"
resolved "https://registry.npmmirror.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==

uc.micro@^1.0.1, uc.micro@^1.0.5:
version "1.0.6"
Expand Down

0 comments on commit b800e6b

Please sign in to comment.