Skip to content

Commit

Permalink
chore: restoring npm
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Aug 27, 2024
1 parent fb89da4 commit 4c0cd40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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 All @@ -46,7 +46,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18, 20]
node: [20]
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
}
],
"@semantic-release/release-notes-generator",
"semantic-release/npm",
"@semantic-release/npm",
"@semantic-release/github"
],
"branches": [
Expand All @@ -103,12 +103,12 @@
],
"verifyConditions": [
"@semantic-release/changelog",
"semantic-release/npm",
"@semantic-release/npm",
"@semantic-release/git"
],
"prepare": [
"@semantic-release/changelog",
"semantic-release/npm",
"@semantic-release/npm",
"@semantic-release/git"
]
},
Expand Down

0 comments on commit 4c0cd40

Please sign in to comment.