Skip to content

Commit

Permalink
fix: Update release.yaml (#1136)
Browse files Browse the repository at this point in the history
* Update release.yaml

* semantic release
  • Loading branch information
severinlandolt authored Sep 24, 2024
1 parent efdaee1 commit dd2886d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 338 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2.4.2
uses: actions/checkout@v4
- name: node
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org
- name: install react
run: npm i react
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/tremorlabs/tremor.git"
"url": "git+https://github.com/tremorlabs/tremor.git"
},
"author": "tremor",
"license": "Apache 2.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^8.5.0",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/github": "github:semantic-release/github",
"@semantic-release/npm": "github:semantic-release/npm",
"@storybook/addon-a11y": "^8.3.3",
Expand Down
Loading

0 comments on commit dd2886d

Please sign in to comment.