Skip to content

Commit 2b2e750

Browse files
authored
Upgrade NodeJS version deployment (#16)
* Use nvmrc version for deploy workflow * Release 0.0.8: Use nvmrc for deploy workflow
1 parent d36ced1 commit 2b2e750

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy-storybook.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
- name: Set up Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 16
18+
node-version-file: ".nvmrc"
19+
cache: "yarn"
1920

2021
- name: Install dependencies
2122
run: yarn install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snap-components",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"author": "Eduardo Aparicio Cardenes",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)