Skip to content

Commit

Permalink
chore(github): change yarn cache config in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Feb 15, 2024
1 parent 42f11b4 commit 54a295d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version-file: ".node-version" # Specify the Node.js version from '.node-version' file
cache: "yarn" # Cache Yarn dependencies for faster builds
# cache: "yarn" # Cache Yarn dependencies for faster builds

# Step 3: Set up npm and authentication
- name: "Setup npm"
Expand Down

0 comments on commit 54a295d

Please sign in to comment.