Skip to content

Commit e8425d3

Browse files
committed
fix github workflow
1 parent 3cb5c19 commit e8425d3

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717

18-
- name: Setup Node
19-
uses: actions/setup-node@v3
20-
with:
21-
node-version: ${{ matrix.node-version }}
22-
cache: 'pnpm'
23-
2418
- uses: pnpm/action-setup@v2
2519
name: Install pnpm
2620
id: pnpm-install
2721
with:
2822
version: 'latest'
2923
run_install: false
3024

25+
- name: Setup Node
26+
uses: actions/setup-node@v3
27+
with:
28+
node-version: ${{ matrix.node-version }}
29+
cache: 'pnpm'
30+
3131
- name: Get pnpm store directory
3232
id: pnpm-cache
3333
shell: bash

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v3
2626

27-
- name: Setup Node
28-
uses: actions/setup-node@v3
29-
with:
30-
node-version: ${{ matrix.node-version }}
31-
cache: 'pnpm'
32-
3327
- uses: pnpm/action-setup@v2
3428
name: Install pnpm
3529
id: pnpm-install
3630
with:
3731
version: 'latest'
3832
run_install: false
33+
34+
- name: Setup Node
35+
uses: actions/setup-node@v3
36+
with:
37+
node-version: ${{ matrix.node-version }}
38+
cache: 'pnpm'
3939

4040
- name: Get pnpm store directory
4141
id: pnpm-cache

0 commit comments

Comments
 (0)