Skip to content

Commit

Permalink
Merge pull request #59 from MQpeng/vite
Browse files Browse the repository at this point in the history
feat:use vite
  • Loading branch information
MQpeng authored Dec 27, 2024
2 parents f74686e + c0c2dd1 commit 6833cde
Show file tree
Hide file tree
Showing 18 changed files with 10,341 additions and 5,238 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 20
- run: npm ci
- run: npm run build:publish
- run: npm test
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm run build
- run: npm run lint:ci
- run: npm run build:publish
- run: npm test
Loading

0 comments on commit 6833cde

Please sign in to comment.