Skip to content

Commit b1ac698

Browse files
fix: beta workflows (#1137)
* fix: Update release.yaml (#1136) * Update release.yaml * semantic release * fix: update build workflow
1 parent efdaee1 commit b1ac698

File tree

4 files changed

+10
-341
lines changed

4 files changed

+10
-341
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: checkout
20-
uses: actions/checkout@v2.4.2
20+
uses: actions/checkout@v4
2121
- name: node
22-
uses: actions/setup-node@v3.4.1
22+
uses: actions/setup-node@v4
2323
with:
24-
node-version: 18
24+
node-version: 20
2525
registry-url: https://registry.npmjs.org
2626
- name: install react
2727
run: npm i react

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: checkout
16-
uses: actions/checkout@v2.4.2
16+
uses: actions/checkout@v4
1717
- name: node
18-
uses: actions/setup-node@v3.4.1
18+
uses: actions/setup-node@v4
1919
with:
20-
node-version: 18
20+
node-version: 20
2121
registry-url: https://registry.npmjs.org
2222
- name: install react
2323
run: npm i react

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/tremorlabs/tremor.git"
18+
"url": "git+https://github.com/tremorlabs/tremor.git"
1919
},
2020
"author": "tremor",
2121
"license": "Apache 2.0",
@@ -44,7 +44,7 @@
4444
"@rollup/plugin-node-resolve": "^13.3.0",
4545
"@rollup/plugin-terser": "^0.4.4",
4646
"@rollup/plugin-typescript": "^8.5.0",
47-
"@semantic-release/commit-analyzer": "^9.0.2",
47+
"@semantic-release/commit-analyzer": "^13.0.0",
4848
"@semantic-release/github": "github:semantic-release/github",
4949
"@semantic-release/npm": "github:semantic-release/npm",
5050
"@storybook/addon-a11y": "^8.3.3",

0 commit comments

Comments
 (0)