Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyAppeldoorn authored Sep 8, 2023
1 parent ed03725 commit 72e68b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20.x"
# node-version 20.6 breaks the build, babel needs to catch up.
# https://github.com/angular/angular-cli/issues/25782
node-version: "20.5"
registry-url: https://registry.npmjs.org/
- name: Publish to NPMJS
run: npm publish --access public
Expand Down

0 comments on commit 72e68b0

Please sign in to comment.