Skip to content

Commit

Permalink
fix: attempt to fix gh build
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Radomski committed Nov 2, 2023
1 parent 63ab399 commit cb460d2
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 8,716 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
run: git fetch --unshallow --tags

- name: Use Node.js 20.7.0
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 20.7.0

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -3,4 +3,5 @@ node_modules/
storybook-static/
build-storybook.log
.DS_Store
.env
.env
yarn-error.log
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -94,5 +94,8 @@
"react"
],
"icon": "https://user-images.githubusercontent.com/321738/63501763-88dbf600-c4cc-11e9-96cd-94adadc2fd72.png"
},
"resolutions": {
"jackspeak": "2.1.1"
}
}

0 comments on commit cb460d2

Please sign in to comment.