diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f6b61b1..ef5220d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,10 +25,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' - run: npm install --global firebase-tools - run: firebase deploy env: