This commit is contained in:
parent
a61d95cba3
commit
73fdec95ef
3 changed files with 6 additions and 2 deletions
|
|
@ -16,6 +16,8 @@ jobs:
|
|||
version: 11
|
||||
runtime: node@24
|
||||
cache: true
|
||||
- name: Install deps
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Build
|
||||
run: pnpm build
|
||||
- name: Deploy to Netlify
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@ jobs:
|
|||
version: 11
|
||||
runtime: node@24
|
||||
cache: true
|
||||
- name: Install deps
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Lint
|
||||
run: pnpm lint
|
||||
- name: Svelte Check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue