Skip to content

Commit 1b959f5

Browse files
authored
Merge pull request #22 from FDUCSLG/patch/upgrade-npm
chore: restore package lock and upgrade to npm 22
2 parents 847d04f + fc557a5 commit 1b959f5

File tree

3 files changed

+6634
-3
lines changed

3 files changed

+6634
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: 20
42+
node-version: 22
4343
cache: npm # or pnpm / yarn
4444
- name: Setup Pages
4545
uses: actions/configure-pages@v4

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ cache
33
dist
44
.vscode
55
.idea
6-
docs/.vitepress/cache
7-
package-lock.json
6+
docs/.vitepress/cache

0 commit comments

Comments
 (0)