Skip to content

Bump oclif from 4.10.1 to 4.10.4 in the dev-deps group (#701) #852

Bump oclif from 4.10.1 to 4.10.4 in the dev-deps group (#701)

Bump oclif from 4.10.1 to 4.10.4 in the dev-deps group (#701) #852

Workflow file for this run

name: Smoke test
on:
push:
branches: ['main']
pull_request:
branches: ['main']
workflow_dispatch:
permissions:
contents: read
jobs:
fetch-target:
name: Fetch Target From TUF Repo
strategy:
fail-fast: false
matrix:
platform:
- os: ubuntu-latest
shell: bash
- os: windows-latest
shell: cmd
runs-on: ${{ matrix.platform.os }}
defaults:
run:
shell: ${{ matrix.platform.shell }}
steps:
- name: Checkout source
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v3
- name: Setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
with:
node-version: 18.17.0
cache: npm
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Download target from Sigstore TUF repo
run: |
npx tuf download-target --metadata-base-url https://sigstore-tuf-root.storage.googleapis.com --unsafe-root-download --target-name trusted_root.json
npx tuf download-target --metadata-base-url https://sigstore-tuf-root.storage.googleapis.com --unsafe-root-download --target-name registry.npmjs.org/keys.json
- name: Download target from TUF Demo repo
run: |
npx tuf download-target --metadata-base-url https://jku.github.io/tuf-demo/metadata --target-base-url https://jku.github.io/tuf-demo/targets --unsafe-root-download --target-name rdimitrov/artifact-example.md
- name: Download target from GitHub TUF repo
run: |
npx tuf download-target --metadata-base-url https://tuf-repo.github.com --unsafe-root-download --target-name trusted_root.json