Skip to content

Update ci.yml

Update ci.yml #4

Workflow file for this run

---
name: "CI"
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected]
with:
ref: ${{ github.head_ref }}
- name: 🏗 Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: yarn
cache-dependency-path: yarn.lock
- name: 🏗 Install dependencies
run: |
yarn install --frozen-lockfile
- run: |
yarn tauri build