Skip to content

Commit 1dda20b

Browse files
committed
Install yarn
See actions/setup-node#182
1 parent 71a7487 commit 1dda20b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-static-site.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
uses: actions/setup-node@v2
1414
with:
1515
node-version: "16"
16-
- name: Check runner state
16+
- name: Install yarn
1717
run: |
18-
yarn --version
18+
npm install -g yarn
1919
- name: Install dependencies
2020
run: yarn install
2121
- name: Build the static site

0 commit comments

Comments
 (0)