Skip to content

Commit

Permalink
fix issue with npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
t1agob committed Sep 14, 2023
1 parent 3a969b7 commit 320451e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- name: Install yarn
run: corepack enable
- name: Set yarn version to latest stable
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ typings/
dist
dist-types
dist-workspace
assets

# Gatsby files
.cache/
Expand Down

0 comments on commit 320451e

Please sign in to comment.