Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Apr 25, 2024
1 parent 26eaf10 commit 2ede616
Show file tree
Hide file tree
Showing 8 changed files with 28,858 additions and 9,873 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: Set Timezone
run: sudo timedatectl set-timezone "Asia/Shanghai"

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- uses: pnpm/action-setup@v2

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3

- run: pnpm install

Expand All @@ -25,7 +25,7 @@ jobs:
- name: Set Timezone
run: sudo timedatectl set-timezone "Asia/Shanghai"

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Fetch Captain
uses: ./
Expand Down
Loading

0 comments on commit 2ede616

Please sign in to comment.