Skip to content

Commit

Permalink
ci: Test npm view
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Dec 6, 2023
1 parent 619d819 commit d7f45c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/workflow-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ jobs:

# TEMP
- name: Set package name
run: cat package.json | jq -r '.name'
# run: cat package.json | jq -r '.name'
run: npm view .name
- name: Set package version
run: cat package.json | jq -r '.version'
# run: cat package.json | jq -r '.version'
run: npm view .version

# - name: ⎔ Setup node
# uses: actions/setup-node@v3
Expand Down

0 comments on commit d7f45c9

Please sign in to comment.