Skip to content

build(deps-dev): bump braces from 3.0.2 to 3.0.3 #31

build(deps-dev): bump braces from 3.0.2 to 3.0.3

build(deps-dev): bump braces from 3.0.2 to 3.0.3 #31

Workflow file for this run

name: CI
on: [push]
jobs:
lib-build:
runs-on: ubuntu-latest
strategy:
matrix:
node_version:
- "15"
- "16"
- "17"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
- run: npm install
- run: npm test
- name: IRC Message Action
uses: Gottox/irc-message-action@main
if: failure()
with:
channel: "Gottox"
nickname: gh-gottox
message: |-
[${{ github.workflow }} failed] ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}