Skip to content

Commit

Permalink
pnpm -> yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
aroralanuk committed Nov 12, 2024
1 parent 0d55121 commit 5ea467a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6,937 deletions.
23 changes: 6 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,16 @@ jobs:
with:
version: nightly

- name: Setup pnpm
uses: pnpm/action-setup@v3.0.0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
version: 9
run_install: false
node-version: 18

- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Setup pnpm cache
uses: actions/cache@v3
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install Yarn
run: npm install -g yarn

- name: Install dependencies
run: pnpm i --frozen-lockfile
run: yarn install

- name: Run Forge build
run: |
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
Expand Down
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ cache_forge
*.log
.DS_Store
.pnp.*
lcov.info
pnpm-lock.yaml
lcov.info
Loading

0 comments on commit 5ea467a

Please sign in to comment.