Skip to content

chore: update dependency jest to ^29.7.0 #2042

chore: update dependency jest to ^29.7.0

chore: update dependency jest to ^29.7.0 #2042

Workflow file for this run

name: lint
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
name: Node.js ubuntu-latest 18.x
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: yarn install, and yarn lint
run: |
yarn install
yarn lint
env:
CI: true