Skip to content

Bump undici from 5.28.3 to 5.28.4 (#2) #8

Bump undici from 5.28.3 to 5.28.4 (#2)

Bump undici from 5.28.3 to 5.28.4 (#2) #8

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
- uses: ./
with:
value: "${{ github.run_id }}-${{ github.run_attempt }}"
private-key: ${{ secrets.PRIVATE_KEY }}
revision: ${{ secrets.REVISION }}