Skip to content

Bump sigstore from 4.1.0 to 4.1.1 #1471

Bump sigstore from 4.1.0 to 4.1.1

Bump sigstore from 4.1.0 to 4.1.1 #1471

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test and build
uses: actions/setup-node@v3
with:
node-version: 22
- run: npm install --legacy-peer-deps
- run: npm run test:ci && npm run build:demo
env:
CI: true