Skip to content

Commit

Permalink
ci: tuning the build process
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierGeerinck authored Oct 25, 2021
1 parent 625950b commit ed3b1d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ jobs:
NODE_VER: 14.17.6
steps:
- uses: actions/checkout@v2

# Setup .npmrc file to publish to npm
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VER }}
registry-url: 'https://registry.npmjs.org'

- run: npm ci
env:
Expand Down

0 comments on commit ed3b1d0

Please sign in to comment.