ci(test): set node version explicitly in test job (#2092)

This commit is contained in:
Gregor Martynus 2021-08-25 12:14:40 -07:00 committed by GitHub
parent ea52e1775a
commit b4200b05cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
cache: npm
- run: npm ci
- name: Ensure dependencies are compatible with the version of node