From 1dbf14de0785b989cc71bc6d3454f595697655a9 Mon Sep 17 00:00:00 2001 From: NeoCiber Date: Sat, 18 May 2024 21:30:02 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 107707e..3c4ce40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,11 +27,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Use Node.js 20.x + - name: Use Node.js 18.x uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 18.x cache: "npm" # Install SST