Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrulelinks authored Jun 10, 2024
1 parent 3c1d3b5 commit 389f817
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- name: Install npm modules
run: npm ci
run: npm i
- name: Test
run: npm test
- name: Grunt
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- name: Install npm modules
run: npm ci
run: npm i
- name: Install grunt
run: sudo npm i -g grunt-cli
- name: Write secrets
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- name: Install npm modules
run: npm ci
run: npm i
- name: Install grunt
run: npm i -g grunt-cli
- name: Write secrets
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Install npm modules
working-directory: keeweb
run: npm ci
run: npm i
- name: Download html artifact
uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit 389f817

Please sign in to comment.