diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 895f46b6..2e22a2b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: '20' # or the version you need + node-version: '18' # or the version you need - name: Install dependencies run: npm install --legacy-peer-deps