Skip to content

Commit

Permalink
Merge pull request #31 from orange-alliance/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
CrispyBacon1999 authored Oct 13, 2021
2 parents 1cde04e + b21f297 commit 9a2b147
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14
- name: Update npm
run: npm i -g npm@latest
- name: Install Dependencies
run: npm install
- name: Build
Expand All @@ -36,6 +38,8 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- name: Update npm
run: npm i -g npm@latest
- name: Install Dependencies
run: npm install
- name: Build
Expand All @@ -59,6 +63,8 @@ jobs:
with:
node-version: 14
registry-url: https://npm.pkg.github.com/
- name: Update npm
run: npm i -g npm@latest
- name: Install Dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit 9a2b147

Please sign in to comment.