From 25a081ae55b5f5945bd24b750a55ba2f9ed9ea7f Mon Sep 17 00:00:00 2001 From: Anton Kirschhock Date: Thu, 7 Nov 2024 10:01:58 +0100 Subject: [PATCH] Update node version --- .github/workflows/build-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index 4a0530b..68e1fcc 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: "14" # Specify the Node.js version you need + node-version: "18" # Specify the Node.js version you need - name: Install dependencies run: npm install