Skip to content

Commit

Permalink
Update changesets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
code-z2 authored Nov 19, 2024
1 parent f93063f commit 348fa2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
env:
CI: true
PNPM_CACHE_FOLDER: .pnpm-store
# PNPM_CACHE_FOLDER: .pnpm-store
jobs:
version:
timeout-minutes: 15
Expand All @@ -21,8 +21,8 @@ jobs:
node-version: 20
- name: install pnpm
run: npm i pnpm@latest -g
- name: setup pnpm config
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
# - name: setup pnpm config
# run: pnpm config set store-dir $PNPM_CACHE_FOLDER
- name: Setup npmrc
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > .npmrc
- name: install dependencies
Expand Down

0 comments on commit 348fa2b

Please sign in to comment.