Skip to content

Rename node.js.yml to ci.yml #1

Rename node.js.yml to ci.yml

Rename node.js.yml to ci.yml #1

Workflow file for this run

---
name: "CI"
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: "20.x.x"
cache: "npm"
- run: yarn install --frozen-lockfile
- run: yarn tauri build