Skip to content

Commit

Permalink
format deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azwpayne committed Jan 28, 2025
1 parent 33876e9 commit 83980c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
Expand All @@ -73,7 +74,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
registry-url: https://npm.pkg.github.com/
registry-url: https://npm.pkg.github.com

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 83980c0

Please sign in to comment.