diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 19ef888..9f88e82 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '16.x' + node-version: '14.x' - name: Install dependencies run: | if [ -e yarn.lock ]; then