Skip to content

Commit

Permalink
Fixed litho cli npm workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
cutsoy committed Dec 27, 2022
1 parent 2914c17 commit 919e259
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ jobs:
if: success()
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14.x"
registry-url: "https://registry.npmjs.org"
- name: Determine NPM version
run: echo "NPM_VERSION=${LITHO_VERSION#v}" >> $GITHUB_ENV
working-directory: litho-cli-js
Expand Down

0 comments on commit 919e259

Please sign in to comment.