Skip to content

Commit

Permalink
add yarn setup
Browse files Browse the repository at this point in the history
  • Loading branch information
krumware authored Apr 11, 2024
1 parent 1438149 commit 4706049
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ jobs:

- run: corepack enable

- name: Setup Nodejs and npm
uses: actions/setup-node@v4
with:
node-version: '16'

- name: Setup yarn
run: npm install -g yarn

- name: Setup Nodejs with yarn caching
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 4706049

Please sign in to comment.