Skip to content

Commit

Permalink
fix: downgrade node in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Jul 7, 2023
1 parent 399726a commit d2a1a99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -128,4 +128,4 @@ jobs:
cache-to: type=inline
- uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "14"
6 changes: 3 additions & 3 deletions .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand All @@ -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
Expand Down

0 comments on commit d2a1a99

Please sign in to comment.