Skip to content

Commit

Permalink
chore: Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Apr 9, 2024
1 parent 96a2fe4 commit 8fc6ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down
1 change: 0 additions & 1 deletion docs/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Expose Astro dependencies for `pnpm` users
shamefully-hoist=true

0 comments on commit 8fc6ab8

Please sign in to comment.