Skip to content

Bump undici from 6.0.1 to 6.6.1 (#55) #110

Bump undici from 6.0.1 to 6.6.1 (#55)

Bump undici from 6.0.1 to 6.6.1 (#55) #110

Workflow file for this run

name: Warrant Node
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Setup Node Env
uses: actions/setup-node@v3
- name: Build
run: |
npm ci
npm run build