Skip to content

Commit

Permalink
Chore/fjern yarn cache action (#1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristeine authored Mar 4, 2024
1 parent 000b493 commit 526add5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 25 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: npm
cache: yarn
registry-url: "https://npm.pkg.github.com"
- uses: ./.github/yarn-cache
- name: Login to GitHub Container Registry
uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_n_deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: npm
cache: yarn
registry-url: "https://npm.pkg.github.com"
- uses: ./.github/yarn-cache
- name: Login to GitHub Container Registry
uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_n_deploy_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: npm
cache: yarn
registry-url: "https://npm.pkg.github.com"
- uses: ./.github/yarn-cache
- name: Login to GitHub Container Registry
uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
with:
Expand Down
19 changes: 0 additions & 19 deletions .github/yarn-cache/action.yml

This file was deleted.

0 comments on commit 526add5

Please sign in to comment.