Update name and npn install args

This commit is contained in:
Bruno Windels 2021-05-04 10:20:19 +00:00 committed by GitHub
parent 61c96acc7a
commit 64cca3b874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
- name: Run unit tests
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install --dev
- run: npm install --also=dev
- run: npm test