Skip to content

Bump loader-utils from 2.0.2 to 2.0.4 (#104) #98

Bump loader-utils from 2.0.2 to 2.0.4 (#104)

Bump loader-utils from 2.0.2 to 2.0.4 (#104) #98

Workflow file for this run

name: Continuous Integration via Node
on:
push:
branches:
- '*'
- '*/*'
tags:
- '__dont_run_on_tags__'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm test
env:
CI: true