Skip to content

Commit

Permalink
Fix lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
grilme99 committed Apr 9, 2024
1 parent 25c6159 commit 18c062f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
- uses: actions/setup-node@v3
with:
node-version: "latest"
cache: "yarn"
cache-dependency-path: "yarn.lock"

- name: Use project-specific Yarn version
- name: Update yarn
run: yarn set version stable

- name: Install packages
Expand Down
6 changes: 0 additions & 6 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs

0 comments on commit 18c062f

Please sign in to comment.