From b08e6ba0c31b64c08219957b1a21f8680c52711e Mon Sep 17 00:00:00 2001 From: Danny Gleckler Date: Mon, 9 Mar 2026 13:44:04 -0400 Subject: [PATCH] Housekeeping --- .github/workflows/release.yml | 7 ++++++- .nvmrc | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ffb6b1..cbd2c17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,11 +17,13 @@ jobs: permissions: id-token: write contents: write + pull-requests: write outputs: git-head: ${{steps.git.outputs.head}} steps: - uses: actions/checkout@v4 with: + fetch-depth: 0 persist-credentials: false - uses: actions/setup-node@v4 @@ -29,9 +31,12 @@ jobs: node-version-file: .nvmrc cache: 'npm' - - name: Install dependencies + - name: Install Dependencies run: npm ci + - name: Verify Provenance & Signatures + run: npm audit signatures + - name: Semantic Release run: npx semantic-release env: diff --git a/.nvmrc b/.nvmrc index 209e3ef..a45fd52 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +24