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

Commit

Permalink
Fix npm-publish-without-cli CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien0102 committed Jul 10, 2020
1 parent 88a0a22 commit a189eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 12.16.1 # workaround https://github.com/babel/babel/issues/11216
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn build
Expand Down

0 comments on commit a189eaa

Please sign in to comment.