Skip to content

Commit

Permalink
fix: release with node lts
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Nov 29, 2023
1 parent d66f61f commit d01160e
Show file tree
Hide file tree
Showing 4 changed files with 1,502 additions and 1,210 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: lts/Iron

- name: Cache node_modules
id: cache-node-modules
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
lts/Iron
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"homepage": "https://github.com/form-atoms/field#readme",
"repository": {
"type": "git",
"url": "https://github.com/form-atoms/field.git"
"url": "git+https://github.com/form-atoms/field.git"
},
"bugs": "https://github.com/form-atoms/field/issues",
"license": "MIT",
Expand Down Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@emotion/react": "^11.11.1",
"@mdx-js/react": "^1.6.22",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-actions": "7.6.0",
"@storybook/addon-docs": "7.6.0",
Expand Down Expand Up @@ -88,7 +88,7 @@
"prettier": "2.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"semantic-release": "^20.1.0",
"semantic-release": "^22.0.8",
"storybook": "7.6.0",
"typescript": "5.2.2",
"vite-tsconfig-paths": "^4.2.1",
Expand Down
Loading

0 comments on commit d01160e

Please sign in to comment.