Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Keito654 committed Apr 26, 2024
1 parent 2c095b8 commit cd563ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,19 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm
cache: 'pnpm'
- uses: pnpm/action-setup@v3
with:
version: 9.0.6
package_json_file: "../../package.json"
- name: install
run: pnpm install

Expand Down

0 comments on commit cd563ad

Please sign in to comment.