chore: update pnpm to 10.21 and enable trust policy
This commit is contained in:
parent
7643342ad9
commit
7b8f8f3f32
3 changed files with 3 additions and 23 deletions
22
.github/workflows/provenance.yml
vendored
22
.github/workflows/provenance.yml
vendored
|
|
@ -1,22 +0,0 @@
|
|||
name: ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
permissions:
|
||||
contents: read
|
||||
jobs:
|
||||
check-provenance:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Check provenance downgrades
|
||||
uses: danielroe/provenance-action@41bcc969e579d9e29af08ba44fcbfdf95cee6e6c # v0.1.1
|
||||
with:
|
||||
fail-on-provenance-change: true
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@elk-zone/elk",
|
||||
"type": "module",
|
||||
"version": "0.16.0",
|
||||
"packageManager": "pnpm@10.19.0",
|
||||
"packageManager": "pnpm@10.21.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://elk.zone/",
|
||||
"main": "./nuxt.config.ts",
|
||||
|
|
|
|||
|
|
@ -19,3 +19,5 @@ packageManagerStrict: false
|
|||
shellEmulator: true
|
||||
|
||||
verifyDepsBeforeRun: install
|
||||
trustPolicy: no-downgrade
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue