Skip to content

Commit

Permalink
chore: running npm [ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheranga committed Aug 10, 2023
1 parent bd8cd79 commit a3eb61c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:

- name: Check Code Format
run: dotnet csharpier . --check

- name: Setup Npm
uses: actions/setup-node@v3
with:
node-version: 'lts'

- name: Npm Install
run: npm install

- uses: actions/upload-artifact@v2
if: success() || failure()
Expand Down

0 comments on commit a3eb61c

Please sign in to comment.