Skip to content

chore(deps): update cimg/node docker tag to v26 #7200

chore(deps): update cimg/node docker tag to v26

chore(deps): update cimg/node docker tag to v26 #7200

name: AreTheTypesWrong
on:
pull_request:
branches:
- main
- release-*
concurrency: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: read
jobs:
arethetypeswrong:
name: Are the types wrong
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: ">=23.6.0"
- name: Install dependencies (with cache)
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
- name: Run build
run: npm run build
- name: Run AreTheTypesWrong
id: attw
run: ./node_modules/.bin/attw --format ascii --pack dist > $GITHUB_STEP_SUMMARY