Skip to content

Bump @types/node from 18.16.14 to 20.4.9 #1787

Bump @types/node from 18.16.14 to 20.4.9

Bump @types/node from 18.16.14 to 20.4.9 #1787

Workflow file for this run

name: unit
on:
workflow_dispatch: {}
pull_request:
branches:
- develop
schedule:
- cron: '0 4 * * *' # run at 4 AM UTC, 12PM EST.
jobs:
unit_test:
name: Cypress Unit Tests
timeout-minutes: 60
strategy:
matrix:
node-version: [14.x]
if: "!contains( github.event.pull_request.labels.*.name, 'skip-ci')"
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm ci
run: npm ci
- name: Run codegen
run: npm run codegen
- name: Cypress Run Component Tests
uses: cypress-io/github-action@v5
env:
DISABLE_ESLINT_PLUGIN: true
with:
command: |
npx cypress run-ct