Skip to content

Commit

Permalink
sync: synced local '.github/workflows/publish.yaml' with remote '.git…
Browse files Browse the repository at this point in the history
…hub/workflows/publish.yaml'
  • Loading branch information
multirepo-manager[bot] committed Nov 20, 2023
1 parent 8b7d495 commit cc137e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20.9.0
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: yarn install --network-concurrency 1
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20.9.0
registry-url: https://npm.pkg.github.com/
scope: '@owlebot'
env:
Expand Down

0 comments on commit cc137e9

Please sign in to comment.