Skip to content

Commit 752b277

Browse files
committed
pipeline fix
1 parent e4e9f92 commit 752b277

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,10 @@ jobs:
1818
- name: Checkout Repository
1919
uses: actions/checkout@v3
2020

21-
- name: Use Node
22-
uses: actions/setup-node@master
21+
- uses: the-guild-org/shared-config/setup@main
22+
name: setup env
2323
with:
24-
node-version: ${{ matrix.node-version }}
25-
cache: 'yarn'
26-
27-
- name: Install Dependencies using Yarn
28-
run: yarn
24+
nodeVersion: ${{ matrix.node-version }}
2925

3026
- name: Build Packages
3127
run: yarn build

0 commit comments

Comments
 (0)