diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 99861c624..6790ae073 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -45,6 +45,8 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha || github.ref }} - uses: actions/setup-node@v3 + with: + node-version: 16 - uses: actions/setup-python@v2 with: python-version: 3.9