Skip to content

Bump lint-staged from 16.1.2 to 16.1.4 (#634) #987

Bump lint-staged from 16.1.2 to 16.1.4 (#634)

Bump lint-staged from 16.1.2 to 16.1.4 (#634) #987

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Use Node.js
uses: actions/setup-node@v4.4.0
with:
node-version-file: ".nvmrc"
- run: yarn install --immutable
- run: yarn test