Skip to content

Commit

Permalink
Fix "Publish Chakra theme" workflow (#2399)
Browse files Browse the repository at this point in the history
fix npm publisher workflow
  • Loading branch information
tom2drum authored Nov 18, 2024
1 parent 0b96492 commit 8518ad3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1,728 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/chakra-npm-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '20.17.0'
registry-url: 'https://registry.npmjs.org'

- name: Update package version
Expand All @@ -39,6 +39,7 @@ jobs:
- name: Build the package
run: |
yarn
cd ./theme
yarn
yarn build
Expand Down
Loading

0 comments on commit 8518ad3

Please sign in to comment.