Skip to content

Commit

Permalink
Merge pull request #108 from birotaio/ci/bump-node-version-to-18-for-…
Browse files Browse the repository at this point in the history
…storybook-build
  • Loading branch information
arhubi authored Oct 23, 2023
2 parents 4de4b9e + 8e30eb0 commit 1dff7c6
Show file tree
Hide file tree
Showing 7 changed files with 14,046 additions and 9,163 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Node setup 📦
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18.17.1

- name: Authenticate for private NPM packages 🔑
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ dist
resolvers/dist
report
storybook-static/
.yarn
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
4 changes: 4 additions & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Changelog Unreleased

### Changes

- [Storybook] Bump Node version to 18.17.1 for Storybook build (github.io page)
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@fifteen/design-system-vue",
"version": "0.20.3",
"private": false,
"description": "Vue 3 (Composition API + Typescript) implementation of the Fifteen Design System",
"repository": {
"type": "git",
Expand Down Expand Up @@ -154,5 +153,9 @@
"vue": "^3.3.4",
"vue-router": "^4.1.6",
"xss": "^1.0.14"
}
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@3.6.3"
}
1 change: 1 addition & 0 deletions stubs/types__react/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
23,193 changes: 14,033 additions & 9,160 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 1dff7c6

Please sign in to comment.