Skip to content

Commit

Permalink
set @UNIwise publish scope
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuo committed May 15, 2023
1 parent 0499369 commit 7c8b950
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.*
cache: 'yarn'
cache-dependency-path: './yarn.lock'
node-version: 16.x
registry-url: https://npm.pkg.github.com/
scope: '@uniwise'

- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 7c8b950

Please sign in to comment.