Skip to content

Commit

Permalink
Merge pull request #509 from andywang425:dev
Browse files Browse the repository at this point in the history
CI configuration
  • Loading branch information
andywang425 authored Jul 14, 2024
2 parents 60bbf13 + fba0649 commit ce16c23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- master
paths:
- src/**
- package.json
- vite.config.ts

jobs:
build:
Expand All @@ -18,7 +20,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.16.1"
node-version: '18.18.0'

- name: Install Dependencies
run: npm install
Expand Down
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,3 @@ if (isTargetFrame()) {
document.body.append(div)
app.mount(div)
}

// trigger github action

0 comments on commit ce16c23

Please sign in to comment.