Skip to content

Bump @types/react-dom from 18.2.17 to 18.2.18 #52

Bump @types/react-dom from 18.2.17 to 18.2.18

Bump @types/react-dom from 18.2.17 to 18.2.18 #52

Workflow file for this run

name: Ensure Types Are Correct
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
ATTW:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup NodeJS
uses: actions/setup-node@v3
- name: Install Dependencies (Along With ATTW)
run: npm install @arethetypeswrong/cli
- name: Are The Types Wrong?
# package should be built automatically using `prepack`
run: npx @arethetypeswrong/cli --pack