Skip to content

chore(deps-dev): bump esbuild from 0.18.11 to 0.18.17 (#974) #1459

chore(deps-dev): bump esbuild from 0.18.11 to 0.18.17 (#974)

chore(deps-dev): bump esbuild from 0.18.11 to 0.18.17 (#974) #1459

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [16]
env:
NODE_ENV: test
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install yarn
run: |
curl --compressed -o- -L https://yarnpkg.com/install.sh | bash
- name: yarn build
run: |
yarn
- name: yarn lint
run: |
yarn lint