Skip to content

[Snyk] Upgrade eta from 2.0.1 to 2.2.0 #10

[Snyk] Upgrade eta from 2.0.1 to 2.2.0

[Snyk] Upgrade eta from 2.0.1 to 2.2.0 #10

Workflow file for this run

name: Node.js CI
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "npm"
- run: npm install
- run: npm run test:unit