Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
fix: fix engines (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleget authored Dec 27, 2023
1 parent d333dee commit 6e9764b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .changeset/fast-rockets-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'playground': minor
'@motionhungry-ui/storybook': minor
'@motionhungry-ui/components': minor
'@motionhungry-ui/config': minor
'@motionhungry-ui/core': minor
'@motionhungry-ui/hooks': minor
'@motionhungry-ui/navigators': minor
'@motionhungry-ui/themes': minor
'@motionhungry-ui/tsconfig': minor
---

fix engine
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x

- name: Install Dependencies
run: yarn
Expand Down

0 comments on commit 6e9764b

Please sign in to comment.