Dan Ditomaso
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
8 additions and
9 deletions
-
.github/workflows/nightly.yml
-
packages/web/package.json
|
|
|
@ -17,10 +17,14 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: Checkout |
|
|
|
- name: Checkout code |
|
|
|
uses: actions/checkout@v4 |
|
|
|
|
|
|
|
- name: Setup pnpm |
|
|
|
uses: pnpm/action-setup@v4 |
|
|
|
with: |
|
|
|
version: latest |
|
|
|
|
|
|
|
# Node + pnpm (with built-in cache) |
|
|
|
- name: Setup Node.js |
|
|
|
uses: actions/setup-node@v4 |
|
|
|
with: |
|
|
|
@ -28,12 +32,7 @@ jobs: |
|
|
|
cache: pnpm |
|
|
|
cache-dependency-path: '**/pnpm-lock.yaml' |
|
|
|
|
|
|
|
- name: Setup pnpm |
|
|
|
uses: pnpm/action-setup@v4 |
|
|
|
with: |
|
|
|
version: latest |
|
|
|
|
|
|
|
- name: Install deps (root) |
|
|
|
- name: Install dependencies (root) |
|
|
|
run: pnpm install --frozen-lockfile |
|
|
|
|
|
|
|
- name: Run tests |
|
|
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "meshtastic-web", |
|
|
|
"version": "2.7.0-0", |
|
|
|
"version": "2.6.6-0", |
|
|
|
"type": "module", |
|
|
|
"description": "Meshtastic web client", |
|
|
|
"license": "GPL-3.0-only", |
|
|
|
|