Skip to content

Bump lint-staged from 16.2.6 to 16.2.7 (#669) #1059

Bump lint-staged from 16.2.6 to 16.2.7 (#669)

Bump lint-staged from 16.2.6 to 16.2.7 (#669) #1059

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Use Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version-file: ".nvmrc"
- run: yarn install --immutable
- run: yarn test