Skip to content

Commit

Permalink
chore: patching ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Aug 26, 2024
1 parent 47efdac commit 66aa1b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
scope: "@subtopia-algo"
cache: "pnpm"
cache-dependency-path: ./pnpm-lock.yaml
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
ssh-key: ${{ secrets.PRIVATE_SSH_KEY }}
repository: subtopia-algo/subtopia-contracts
path: ./registry-infra
node-version: 18
node-version: 20
python-version: ">=3.11 <3.12"
poetry-version: 1.7.1

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
scope: "@subtopia-algo"
cache: "npm"
cache-dependency-path: ./package-lock.json
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
scope: "@subtopia-algo"
cache: "pnpm"
cache-dependency-path: ./pnpm-lock.yaml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
with:
fetch-depth: 0
- name: Merge main -> release
uses: devmasx/merge-branch@6ec8363d74aad4f1615d1234ae1908b4185c4313
uses: devmasx/merge-branch@master
with:
type: now
from_branch: main
target_branch: release
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Merge release -> main
uses: devmasx/merge-branch@6ec8363d74aad4f1615d1234ae1908b4185c4313
uses: devmasx/merge-branch@master
with:
type: now
from_branch: release
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
}
],
"@semantic-release/release-notes-generator",
"@feki.de/semantic-release-yarn",
"@semantic-release/github"
],
"branches": [
Expand All @@ -102,12 +101,10 @@
],
"verifyConditions": [
"@semantic-release/changelog",
"@feki.de/semantic-release-yarn",
"@semantic-release/git"
],
"prepare": [
"@semantic-release/changelog",
"@feki.de/semantic-release-yarn",
"@semantic-release/git"
]
},
Expand Down

0 comments on commit 66aa1b1

Please sign in to comment.