Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy0803 authored Oct 7, 2023
1 parent a968f1d commit 1a51efc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,8 @@ jobs:
- name: Change working directory to www
run: cd open-etc-pool/www

- name: Install global dependencies
run: |
npm install -g [email protected]
npm install -g bower
- name: Install Node.js dependencies
run: npm install

- name: Install Bower dependencies
run: npx bower install

- name: Build Ember application
run: npm run build

0 comments on commit 1a51efc

Please sign in to comment.