ci(test): set node version explicitly in test job (#2092)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user