From 8ee5a11883e0bf5e0256b54ffc909927d5a377ad Mon Sep 17 00:00:00 2001 From: Olivia Date: Fri, 25 Oct 2024 20:11:22 -0400 Subject: [PATCH] check if ommiting setup-node fixes broken action --- .github/workflows/azure.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/azure.yml b/.github/workflows/azure.yml index 995e72be..d36140ba 100644 --- a/.github/workflows/azure.yml +++ b/.github/workflows/azure.yml @@ -15,9 +15,9 @@ jobs: - uses: actions/checkout@v3 with: submodules: true - - uses: actions/setup-node@v3 - with: - node-version: 18 + # - uses: actions/setup-node@v3 + # with: + # node-version: 18 - name: Use Bun uses: oven-sh/setup-bun@v1 - name: bun install, and start