Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gz65555 committed May 16, 2024
1 parent c5f4097 commit 7484a6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,16 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
run_install: true

# after pnpm
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: 16.x
registry-url: https://registry.npmjs.org/
cache: pnpm

- name: Install
run: pnpm install

- name: Build project
run: pnpm run build

Expand Down
7 changes: 0 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7484a6f

Please sign in to comment.