Skip to content

Commit

Permalink
ci: fix production build
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Mar 12, 2020
1 parent dbeddbb commit 7f8d492
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: '@platform-coop-toolkit'
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 7f8d492

Please sign in to comment.