Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed May 20, 2024
1 parent f5147b5 commit 356a981
Show file tree
Hide file tree
Showing 3 changed files with 3,089 additions and 2,498 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,11 @@ jobs:

- name: "Setup resources and environment"
id: "setup"
uses: "./actions/setup"
uses: "./step/setup"
with:
node-version: "18.x"
cache-prefix: "semantic-release"

- name: "npm v8.5+ requires workspaces-update to be set to false"
run: "echo 'workspaces-update=false' >> .npmrc"

- name: "Semantic Release"
if: "success()"
env:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"prepare": "is-ci || husky install || exit 0",
"sort-package-json": "sort-package-json ./package.json"
},
"dependencies": {
"devDependencies": {
"@anolilab/commitlint-config": "^5.0.3",
"@anolilab/lint-staged-config": "^2.1.7",
"@anolilab/prettier-config": "^5.0.14",
Expand All @@ -26,7 +26,7 @@
"semantic-release": "^23.1.1",
"sort-package-json": "^2.10.0"
},
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@9.1.1",
"engines": {
"node": ">=18.* <=21.*"
},
Expand Down
Loading

0 comments on commit 356a981

Please sign in to comment.