diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index 9fa4bbf62e81..b64e65a39743 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -29,6 +29,7 @@ jobs: - uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3.1.1 with: node-version: '14' + check-latest: true - name: Install dependencies run: npm ci