Skip to content

Commit

Permalink
Update build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dilipbheda committed Apr 22, 2024
1 parent 8ffc135 commit 371b7c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-dev-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
steps:
- name: Check out source files
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 16.15.0
- name: Install Dependencies
run: npm install
- name: Build zip
Expand Down

0 comments on commit 371b7c8

Please # to comment.