Skip to content

Commit 4e8698a

Browse files
authored
Merge pull request #146 from OneSignal/user-api-updates
ci: update to use yarn in Install Dependencies step
2 parents 5b52679 + 7343e73 commit 4e8698a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/npm_deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424
node-version: "lts/*"
2525
registry-url: "https://registry.npmjs.org"
2626
- name: Install dependencies
27-
run: npm ci
27+
run: yarn install --frozen-lockfile
2828
- name: Publish to NPM and Create GitHub Release
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3231
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3332
run: |
3433
npx -p semantic-release \

0 commit comments

Comments
 (0)