Skip to content

Bump @sigstore/core from 3.2.0 to 3.2.1 (#97) #163

Bump @sigstore/core from 3.2.0 to 3.2.1 (#97)

Bump @sigstore/core from 3.2.0 to 3.2.1 (#97) #163

Workflow file for this run

name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x, 24.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm test