This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Build and Deploy DAVE | DMG
|
||||
name: Build and Deploy Dave | DMG
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -12,14 +12,15 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js and cache
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18'
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm install -g pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 8
|
||||
|
||||
- name: Cache pnpm store
|
||||
uses: actions/cache@v4
|
||||
|
||||
Reference in New Issue
Block a user