Skip to content

Commit

Permalink
Enables yarn cache for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
hosein1984 committed Nov 21, 2023
1 parent 7d42894 commit b4258be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16'
# cache: 'yarn'
cache: 'yarn'

- name: Install Yarn
run: npm install -g yarn
# - name: Install Yarn
# run: npm install -g yarn

- name: Install dependencies
run: yarn install --immutable --prefer-offline
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/is-compatible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16'
# cache: 'yarn'
- name: Install Yarn
run: npm install -g yarn
cache: 'yarn'
# - name: Install Yarn
# run: npm install -g yarn
- name: Install dependencies
run: yarn install --immutable --prefer-offline
- name: Build plugin
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16'
# cache: 'yarn'
cache: 'yarn'

- name: Install Yarn
run: npm install -g yarn
# - name: Install Yarn
# run: npm install -g yarn

- name: Setup Go environment
uses: actions/setup-go@v3
Expand Down

0 comments on commit b4258be

Please sign in to comment.