From 7f2cfee106a433f05f2b49b3011bf8a63bf246b1 Mon Sep 17 00:00:00 2001 From: KotaHusky Date: Tue, 26 Mar 2024 11:33:37 -0400 Subject: [PATCH] feat: node 18 --- .../workflows/azure-static-web-apps-nice-moss-09ba4f20f.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-nice-moss-09ba4f20f.yml b/.github/workflows/azure-static-web-apps-nice-moss-09ba4f20f.yml index b66e6c4..d075fb6 100644 --- a/.github/workflows/azure-static-web-apps-nice-moss-09ba4f20f.yml +++ b/.github/workflows/azure-static-web-apps-nice-moss-09ba4f20f.yml @@ -19,10 +19,12 @@ jobs: with: submodules: true lfs: false + - name: Setup Node.js environment uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 18.x + - name: Build And Deploy env: NEXT_PUBLIC_CLIENT_ID: ${{ secrets.NEXT_PUBLIC_CLIENT_ID }}