Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haipham28 committed Sep 6, 2024
1 parent f7d292a commit 6a984bd
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,25 @@ jobs:

steps:
- name: Checkout Branch
uses: actions/checkout@v2
uses: actions/checkout@v3

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'

- name: Checkout existing bundles
uses: actions/checkout@v2
uses: actions/checkout@v3
continue-on-error: true
with:
ref: gh-pages
path: bundles

- uses: pnpm/[email protected]
name: Install pnpm
id: pnpm-install
with:
version: 9
run_install: false
- name: Get pnpm store directory
id: pnpm-cache
continue-on-error: true
Expand Down

0 comments on commit 6a984bd

Please sign in to comment.