diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 251843c..3710d47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 18 - name: Install Dependencies run: npm ci # Adjust this based on your project's dependencies