Skip to content

Commit

Permalink
👷 更新工作流版本
Browse files Browse the repository at this point in the history
  • Loading branch information
A-kirami committed Dec 17, 2023
1 parent b078a52 commit 89c0ba9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies (ubuntu only)
if: matrix.os == 'ubuntu-latest'
Expand All @@ -66,9 +66,9 @@ jobs:
version: 8

- name: Sync node version and setup cache
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: Install app dependencies and build web
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies (ubuntu only)
if: matrix.os == 'ubuntu-latest'
Expand All @@ -50,9 +50,9 @@ jobs:
version: 8

- name: Sync node version and setup cache
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: Install app dependencies and build web
Expand Down

0 comments on commit 89c0ba9

Please sign in to comment.