Skip to content

Bump undici from 5.28.2 to 5.28.3 #2

Bump undici from 5.28.2 to 5.28.3

Bump undici from 5.28.2 to 5.28.3 #2

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
- run: npm test
- run: curl -L https://api.github.com/repos/${{ github.repository }}/tarball/${{ github.sha }} > source.tar.gz
- uses: ./
with:
source: source.tar.gz
private-key: ${{ secrets.PRIVATE_KEY }}
proof: ${{ secrets.PROOF }}
- run: |
echo "cid: ${{ steps.upload.outputs.cid }}"
[[ -z "${{ steps.upload.outputs.cid }}" ]] && { echo "CID is empty" ; exit 1; }