Skip to content

Commit

Permalink
Use Node 15 with bundled npm 7, see actions/setup-node#213
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfrazier committed Dec 8, 2020
1 parent 7213c9c commit 320e3b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -11,7 +11,8 @@ jobs:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
- run: npm install -g npm@7
with:
node-version: '15'
- run: npm install
- run: npm test
- shell: bash
Expand Down

0 comments on commit 320e3b2

Please sign in to comment.