Skip to content

Commit

Permalink
chore: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
SureshPradhana committed Jun 13, 2024
1 parent 45ebd65 commit dafbabe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Github Action
name: Svelte Vite CI

on:
push:
Expand All @@ -17,9 +17,9 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
node-version: 20

- name: Install and Build
- name: Install dependencies and build
run: |
pnpm install
pnpm run build

0 comments on commit dafbabe

Please sign in to comment.