Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yinxulai committed Jan 5, 2024
1 parent 6e2f5a2 commit e797851
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/dev-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,3 @@ jobs:
- run: |
npm install
npm run test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: 16
- run: |
npm install
npm run build

0 comments on commit e797851

Please sign in to comment.