Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a5865ec

Browse files
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

‎.github/workflows/deploy-to-github-pages.yml

Lines changed: 3 additions & 8 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /