Skip to content

Commit

Permalink
Update github-actions (#1574)
Browse files Browse the repository at this point in the history
* Update tests.yml

* Update tests.yml

* Update tests.yml
  • Loading branch information
mmorel-35 committed Jul 27, 2021
1 parent a9c9f17 commit 3f77e7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -13,10 +13,11 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
cache: 'npm'
node-version: ${{ matrix.node-version }}
# Use separate run commands so command status handled correctly on Windows
- name: npm install
Expand Down

0 comments on commit 3f77e7e

Please sign in to comment.