Skip to content

Bump jest from 29.4.3 to 29.6.1 #520

Bump jest from 29.4.3 to 29.6.1

Bump jest from 29.4.3 to 29.6.1 #520

Workflow file for this run

name: Stylelint Config Skyscanner CI
on:
push:
branches: [main]
pull_request:
branches: [main]
defaults:
run:
shell: bash -l {0}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set the correct npm version
run: nvm install && nvm use
- name: Install dependencies from npm
run: |
nvm use
npm ci
- name: Run linters
run: npm run lint
- name: Test
run: |
nvm use
npm test