Skip to content

Commit 64d230a

Browse files
author
Hải Phạm
committed
ci: fix
1 parent f7d292a commit 64d230a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/main.yml

+8-9
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,25 @@ jobs:
1616

1717
steps:
1818
- name: Checkout Branch
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020

21+
- uses: pnpm/action-setup@v4
22+
name: Install pnpm
23+
with:
24+
version: 9
25+
run_install: false
2126
- name: Install Node.js
22-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v4
2328
with:
2429
node-version: 18
30+
cache: 'pnpm'
2531

2632
- name: Checkout existing bundles
2733
uses: actions/checkout@v2
2834
continue-on-error: true
2935
with:
3036
ref: gh-pages
3137
path: bundles
32-
33-
- uses: pnpm/[email protected]
34-
name: Install pnpm
35-
id: pnpm-install
36-
with:
37-
version: 9
38-
run_install: false
3938
- name: Get pnpm store directory
4039
id: pnpm-cache
4140
continue-on-error: true

0 commit comments

Comments
 (0)