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
+1
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