From 152261a40e52f9eb4cc72da9bec960f96c8d136e Mon Sep 17 00:00:00 2001 From: Mark Heydon Date: Sat, 18 Jan 2025 19:30:42 +0000 Subject: [PATCH] Bodged package stuff attempting to get deploy to work. --- .../workflows/azure-static-web-apps-happy-plant-0559f0210.yml | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-happy-plant-0559f0210.yml b/.github/workflows/azure-static-web-apps-happy-plant-0559f0210.yml index 93ac1b2f84ef..9cf680d4cee0 100644 --- a/.github/workflows/azure-static-web-apps-happy-plant-0559f0210.yml +++ b/.github/workflows/azure-static-web-apps-happy-plant-0559f0210.yml @@ -19,6 +19,10 @@ jobs: with: submodules: true lfs: false + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: '18' - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1 diff --git a/package-lock.json b/package-lock.json index c460c3998be9..54f772e4ca1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "vite-plugin-eslint": "^1.8.1" }, "engines": { - "node": ">=18", + "node": "18", "npm": ">=8.3.0" } }, diff --git a/package.json b/package.json index 4bc1ed9da21b..2739d1d2801a 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "vite-plugin-eslint": "^1.8.1" }, "engines": { - "node": ">=18", + "node": "18", "npm": ">=8.3.0" }, "overrides": {