Skip to content

Commit

Permalink
Merge pull request #25 from jeroentvb/dev
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jeroentvb authored May 13, 2021
2 parents dc2ab3f + cf34c30 commit 3e94da1
Show file tree
Hide file tree
Showing 3 changed files with 7,732 additions and 2,553 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,22 @@ jobs:
node-version: [10.x, 12.x]
os: [ubuntu-latest, macOS-latest]

steps:
- uses: actions/checkout@v1
steps:
- name: Checkout
uses: actions/[email protected]
with:
persist-credentials: false

- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://[email protected]/
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2.1.5
with:
node-version: ${{ matrix.node-version }}

- name: npm install, build, and test
run: |
npm ci
Expand Down
Loading

0 comments on commit 3e94da1

Please sign in to comment.