hotfix: node registry

This commit is contained in:
g
2024-01-27 10:12:11 -07:00
parent 428a16c402
commit ed5597ed13
@@ -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