Skip to content

Commit

Permalink
chore: workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelOsborne committed Jul 12, 2023
1 parent 9297255 commit 7f4fabf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
- name: ⎔ Setup Node@18 for Github Packages
uses: actions/setup-node@v3
with:
cache: 'pnpm'
node-version: 18
# scope: "@lottiefiles"
# registry-url: "https://npm.pkg.github.com/"
# always-auth: true
scope: '@lottiefiles'
registry-url: 'https://npm.pkg.github.com/'

- name: 📥 Download deps
run: pnpm install
Expand Down

0 comments on commit 7f4fabf

Please sign in to comment.