Skip to content

Bump @types/node from 20.11.22 to 20.11.24 (#2138) #3974

Bump @types/node from 20.11.22 to 20.11.24 (#2138)

Bump @types/node from 20.11.22 to 20.11.24 (#2138) #3974

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/[email protected]
with:
node-version: '20.8.0'
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
- name: Run Prettier
run: yarn prettierlint
- name: Run ESLint
run: yarn eslint
- name: Run stylelint
run: yarn stylelint
- name: TypeScript
run: yarn tsc