Skip to content

Bump @guardian/ab-core from 5.0.0 to 7.0.2 #12837

Bump @guardian/ab-core from 5.0.0 to 7.0.2

Bump @guardian/ab-core from 5.0.0 to 7.0.2 #12837

Workflow file for this run

name: typescript
on: [push]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
typescript:
name: Typescript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: yarn
- name: Install
run: yarn
- name: Lint files
run: yarn eslint static/src/javascripts --ext=ts,tsx
- name: Check typescript
run: yarn tsc