Skip to content

Commit

Permalink
updated main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
navenduraisamy committed Aug 21, 2023
1 parent 175742c commit 7075f9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16

- name: change directory
uses: cd .\projects\we-select

- name: package version
id: package-version
run: echo "version = npm show we-select version" >> $GITHUB_OUTPUT
run: echo "version=npm pkg get version" >> $GITHUB_OUTPUT

- name: install angular CLI
run: npm install -g @angular/cli
Expand Down

0 comments on commit 7075f9d

Please sign in to comment.