mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-21 05:22:03 +00:00
fix: CI
This commit is contained in:
parent
2862b0235c
commit
fc8bab640b
3 changed files with 912 additions and 908 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -16,7 +16,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Setuptools for Python
|
- name: Install Setuptools for Python
|
||||||
run: pip3 install setuptools
|
if: matrix.os == 'macos-latest'
|
||||||
|
run: pip3 install setuptools --break-system-packages
|
||||||
|
|
||||||
- name: Check out Git repository
|
- name: Check out Git repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
@ -29,7 +30,7 @@ jobs:
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '18'
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "capacitor",
|
"name": "capacitor",
|
||||||
"version": "1.0.18",
|
"version": "1.0.19",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:native": "cd public/nodejs/ && npm install && docker build -t android-build:latest . && docker run -v ${PWD}:/app/ -it android-build:latest /bin/bash /app/setup-deps.sh",
|
"build:native": "cd public/nodejs/ && npm install && docker build -t android-build:latest . && docker run -v ${PWD}:/app/ -it android-build:latest /bin/bash /app/setup-deps.sh",
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
"test:e2e": "cross-env NODE_ENV=production run-s build:web dev:android"
|
"test:e2e": "cross-env NODE_ENV=production run-s build:web dev:android"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@capacitor/assets": "^3.0.1",
|
"@capacitor/assets": "github:thaunknown/capacitor-assets",
|
||||||
"cordova-res": "^0.15.4",
|
"cordova-res": "^0.15.4",
|
||||||
"nodejs-mobile-gyp": "^0.3.1",
|
"nodejs-mobile-gyp": "^0.3.1",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
|
|
|
||||||
1811
pnpm-lock.yaml
1811
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue