Skip to content

Commit

Permalink
fix npm publisher workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Nov 14, 2024
1 parent db405c1 commit 0e10ed2
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 0e10ed2

Please sign in to comment.