ci: configure npm registry in release workflow

This commit is contained in:
Daniel Roe 2024-03-17 02:06:41 -07:00
parent 78d5098c28
commit 68f7d4df8b
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ jobs:
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
registry-url: "https://registry.npmjs.org/"
cache: "pnpm"
- name: Install dependencies