Skip to content

Bump eslint from 8.57.0 to 9.2.0 in /packages/eslint-config-godaddy-react-flow #658

Bump eslint from 8.57.0 to 9.2.0 in /packages/eslint-config-godaddy-react-flow

Bump eslint from 8.57.0 to 9.2.0 in /packages/eslint-config-godaddy-react-flow #658

Workflow file for this run

name: CICD
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
jobs:
cicd:
runs-on: ubuntu-latest
concurrency: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Test
run: npm test