From c5ccf5b06d76a0bbc579f815922e501c17a299fe Mon Sep 17 00:00:00 2001 From: chark1es Date: Mon, 11 Mar 2024 01:03:34 -0700 Subject: [PATCH] Update firebase.yml --- .github/workflows/firebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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