We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e9f92 commit 752b277Copy full SHA for 752b277
.github/workflows/ci.yml
@@ -18,14 +18,10 @@ jobs:
18
- name: Checkout Repository
19
uses: actions/checkout@v3
20
21
- - name: Use Node
22
- uses: actions/setup-node@master
+ - uses: the-guild-org/shared-config/setup@main
+ name: setup env
23
with:
24
- node-version: ${{ matrix.node-version }}
25
- cache: 'yarn'
26
-
27
- - name: Install Dependencies using Yarn
28
- run: yarn
+ nodeVersion: ${{ matrix.node-version }}
29
30
- name: Build Packages
31
run: yarn build
0 commit comments