mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-24 11:18:35 -05:00
hotfix: node registry
This commit is contained in:
@@ -12,6 +12,13 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "20.x"
|
||||
registry-url: "https://npm.pkg.github.com"
|
||||
# Defaults to the user or organization that owns the workflow file
|
||||
scope: "@hatchet"
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm install -g pnpm@8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user