Skip to content

Commit

Permalink
ci(workflows): Update npm dependencies [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer committed Jul 19, 2024
1 parent 10c0888 commit 32bd1ed
Show file tree
Hide file tree
Showing 3 changed files with 3,241 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,15 @@ jobs:
with:
check-latest: true
node-version: ">=22"
cache: "yarn"
cache-dependency-path: |
${{ github.workspace }}/yarn.lock
${{ github.workspace }}/package.json
- name: 'Run semantic-release in "${{ matrix.directory }}"'
working-directory: ${{ matrix.directory }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
yarn global add semantic-release@24 @semantic-release/git
semantic-release
cp ${{ github.workspace }}/yarn.lock ${{ github.workspace }}/package.json .
yarn install --modules-folder ${{ github.workspace }}/node_modules
npx semantic-release
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"semantic-release": "24"
}
}
Loading

0 comments on commit 32bd1ed

Please sign in to comment.