Skip to content

Bump loader-utils from 2.0.2 to 2.0.4 #147

Bump loader-utils from 2.0.2 to 2.0.4

Bump loader-utils from 2.0.2 to 2.0.4 #147

Workflow file for this run

name: CI
on:
push:
branches:
- "*"
jobs:
build:
name: Install + Test + Build
runs-on: ubuntu-latest
container: node:16.13-alpine
steps:
- uses: actions/checkout@v2
- run: yarn
- run: yarn test
- run: yarn build