diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aff86612..d1f3554d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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