From 84cdd979f9070a6be3efa31595705564f061b19f Mon Sep 17 00:00:00 2001 From: Christian Bromann Date: Fri, 29 Mar 2024 11:09:54 -0700 Subject: [PATCH] set up pnpm before node --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8aa713a..458a54f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,11 +40,11 @@ jobs: with: ref: main fetch-depth: 0 + - uses: pnpm/action-setup@v3 - uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' cache: 'pnpm' - - uses: pnpm/action-setup@v3 - name: NPM Setup run: | npm set registry "https://registry.npmjs.org/"