diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 369f468..16d72bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,8 @@ jobs: cache: pnpm registry-url: 'https://registry.npmjs.org' + - run: npm install -g npm@latest + - run: pnpm install --frozen-lockfile - name: Create Release Pull Request or Publish diff --git a/packages/safe/package.json b/packages/safe/package.json index ec7a325..1da69d6 100644 --- a/packages/safe/package.json +++ b/packages/safe/package.json @@ -4,7 +4,8 @@ "description": "Zero-dependency, type-safe error handling using a result pattern for TypeScript", "author": "cometloop", "publishConfig": { - "access": "public" + "access": "public", + "provenance": true }, "license": "MIT", "repository": {