From f51d223a628fb723adba07f68dc3aff9903830a6 Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Tue, 7 May 2024 20:00:05 -0700 Subject: [PATCH] fix: upgrade node version (#1243) --- .github/workflows/firebase-functions-pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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