diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 872e4f6..ed2b9b0 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -78,7 +78,7 @@ jobs: cache-to: type=inline - uses: actions/setup-node@v2 with: - node-version: "16" + node-version: "14" build-backend: name: build-backend @@ -128,4 +128,4 @@ jobs: cache-to: type=inline - uses: actions/setup-node@v2 with: - node-version: "16" + node-version: "14" diff --git a/.github/workflows/ci-release.yaml b/.github/workflows/ci-release.yaml index cd57068..1352de7 100644 --- a/.github/workflows/ci-release.yaml +++ b/.github/workflows/ci-release.yaml @@ -73,7 +73,7 @@ jobs: cache-to: type=inline - uses: actions/setup-node@v2 with: - node-version: "16" + node-version: "14" build-backend: name: build-backend @@ -123,7 +123,7 @@ jobs: cache-to: type=inline - uses: actions/setup-node@v2 with: - node-version: "16" + node-version: "14" release: name: Release needs: [build-frontend, build-backend] @@ -138,7 +138,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@v2 with: - node-version: "16" + node-version: "14" - name: Semantic Release id: version uses: cycjimmy/semantic-release-action@v3.2.0