Skip to content

Commit

Permalink
fix: node setup wf step (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetha-manvinkurke authored Nov 3, 2021
1 parent 8839482 commit e43767e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
- name: Build and Push image
run: make docker-build && make docker-push

- run: npm install
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: 8
registry-url: 'https://registry.npmsjs.org'

- run: npm install
- name: Publish to NPM
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit e43767e

Please sign in to comment.