Skip to content

build(deps): bump undici from 5.21.0 to 5.28.2 #201

build(deps): bump undici from 5.21.0 to 5.28.2

build(deps): bump undici from 5.21.0 to 5.28.2 #201

Workflow file for this run

name: GitHub Pages
on:
push:
branches: [ master ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: npx wsrun -mpc build
- name: GitHub Pages
uses: crazy-max/ghaction-github-pages@v2.1.1
with:
build_dir: dist
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}