diff --git a/.github/workflows/firebase-functions-pull-request.yml b/.github/workflows/firebase-functions-pull-request.yml index 1399a9fe..eaa4c26d 100644 --- a/.github/workflows/firebase-functions-pull-request.yml +++ b/.github/workflows/firebase-functions-pull-request.yml @@ -7,9 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Use Node.js 16 + - name: Use Node.js 18 uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - run: npm ci && npm run build working-directory: functions