Skip to content

Commit 06ac8b3

Browse files
committed
fix: remove cache: yarn and delete old publish.yml
1 parent 255ba98 commit 06ac8b3

4 files changed

Lines changed: 0 additions & 96 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
node-version: 20
2222
registry-url: https://npm.pkg.github.com
2323
scope: "@backendworks"
24-
cache: yarn
2524

2625
- name: Install dependencies
2726
run: yarn install --frozen-lockfile

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
node-version: 20
4343
registry-url: https://npm.pkg.github.com
4444
scope: '@backendworks'
45-
cache: yarn
4645

4746
- name: Install dependencies
4847
run: yarn install --frozen-lockfile

.github/workflows/publish.yml

Lines changed: 0 additions & 93 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
node-version: 20
2222
registry-url: https://npm.pkg.github.com
2323
scope: "@backendworks"
24-
cache: yarn
2524

2625
- name: Install dependencies
2726
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)