diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d81f932a..0ae8f658 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,10 +22,10 @@ jobs: pip install -r requirements.txt - name: Test with pytest run: pytest - - name: Set up Node.js 10 + - name: Set up Node.js 16 uses: actions/setup-node@v1 with: - node-version: 10.x + node-version: 16.x - name: Run integration tests against emulator run: | npm install -g firebase-tools