We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36ced1 commit 2b2e750Copy full SHA for 2b2e750
.github/workflows/deploy-storybook.yml
@@ -15,7 +15,8 @@ jobs:
15
- name: Set up Node.js
16
uses: actions/setup-node@v4
17
with:
18
- node-version: 16
+ node-version-file: ".nvmrc"
19
+ cache: "yarn"
20
21
- name: Install dependencies
22
run: yarn install
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "snap-components",
3
- "version": "0.0.7",
+ "version": "0.0.8",
4
"author": "Eduardo Aparicio Cardenes",
5
"type": "module",
6
"files": [
0 commit comments