diff --git a/.github/workflows/firebase.yml b/.github/workflows/firebase.yml index ca59e3b..01ec716 100644 --- a/.github/workflows/firebase.yml +++ b/.github/workflows/firebase.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: | npm ci npm run build