Skip to content

Commit

Permalink
Fix CI for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
yamitzky committed Sep 10, 2021
1 parent b98d063 commit 5159a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn publish
Expand Down

1 comment on commit 5159a4d

@vercel
Copy link

@vercel vercel bot commented on 5159a4d Sep 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.