Skip to content

Commit

Permalink
Merge pull request #516 from johannrichard/alpha
Browse files Browse the repository at this point in the history
ci(github): ⚡ implement workflow caching
  • Loading branch information
johannrichard authored Oct 24, 2022
2 parents f486b7b + dfc23b0 commit 0ecd52c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-node@main
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'

# - name: Upgrade yarn
# run: yarn set version berry
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [master, beta, alpha]

# fine-grained permissions
# fine-grained permissions
# see https://github.com/semantic-release/github and https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
permissions:
contents: write
Expand All @@ -22,6 +22,7 @@ jobs:
- uses: actions/setup-node@main
with:
node-version: '16'
cache: 'yarn'

- name: Install dependencies
run: yarn set version berry
Expand Down

0 comments on commit 0ecd52c

Please sign in to comment.