Skip to content

Commit

Permalink
migrate to vite 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Last-Order committed Oct 10, 2023
1 parent 4431509 commit 909b9dc
Show file tree
Hide file tree
Showing 3 changed files with 328 additions and 355 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache: "yarn"
- name: build anniw
run: |
yarn install
Expand All @@ -29,4 +29,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: anniw-dist
path: dist/
path: dist/
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"prettier": "^2.7.1",
"sass": "^1.69.1",
"typescript": "^5.2.2",
"vite": "^3.2.7",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-pwa": "^0.14.0"
"vite": "^4.4.11",
"vite-plugin-mock": "^3.0.0",
"vite-plugin-pwa": "^0.16.5"
}
}
Loading

0 comments on commit 909b9dc

Please sign in to comment.