Skip to content

Commit a5865ec

Browse files
authored
update: upgrade dependencies and ci workflows (#54)
1 parent 3c16b9e commit a5865ec

File tree

4 files changed

+15358
-10105
lines changed

4 files changed

+15358
-10105
lines changed

Diff for: .github/workflows/deploy-to-github-pages.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,11 @@ jobs:
3434
- name: Setup Node
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: "18.x"
38-
- name: Install pnpm
39-
uses: pnpm/action-setup@v2
40-
with:
41-
version: 8
42-
run_install: false
37+
node-version: "20.x"
4338
- name: Install dependencies
44-
run: pnpm install --no-frozen-lockfile
39+
run: npm install
4540
- name: Build
46-
run: pnpm run build
41+
run: npm run build
4742
- name: Setup Pages
4843
uses: actions/configure-pages@v4
4944
- name: Upload artifact

0 commit comments

Comments
 (0)