Skip to content

Bump eazy-logger from 4.0.1 to 4.1.0 #200

Bump eazy-logger from 4.0.1 to 4.1.0

Bump eazy-logger from 4.0.1 to 4.1.0 #200

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Test & Build
run: |
npm ci
npm run extension:build
npm run test:ci