Skip to content

Build(deps): bump esbuild from 0.17.8 to 0.17.15 #1254

Build(deps): bump esbuild from 0.17.8 to 0.17.15

Build(deps): bump esbuild from 0.17.8 to 0.17.15 #1254

Workflow file for this run

name: Node.js CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
cache: yarn
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn build
- run: yarn coverage
- uses: codecov/codecov-action@v3
with:
name: node-${{ matrix.node-version }}
fail_ci_if_error: false