Update .github/workflows/test.yml

This commit is contained in:
Matthieu MOREL 2021-07-31 12:30:28 +02:00 committed by GitHub
parent 164cda14e0
commit 56e8d67af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ jobs:
- name: Set Node.js 12.x
uses: actions/setup-node@v2.3.0
with:
cache: npm
node-version: 12.x
- name: Install dependencies