Skip to content

build(deps-dev): bump @well-known-components/logger from 3.1.2 to 3.1.3 #660

build(deps-dev): bump @well-known-components/logger from 3.1.2 to 3.1.3

build(deps-dev): bump @well-known-components/logger from 3.1.2 to 3.1.3 #660

Workflow file for this run

on:
push:
branches:
- main
pull_request:
release:
types:
- created
name: CI
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- name: install
run: npm ci
- name: build
run: make build
- name: test
run: make test bench
- name: Publish
uses: menduz/oddish-action@master
with:
registry-url: "https://registry.npmjs.org"
access: public
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}