Skip to content

Bump @types/node from 22.10.1 to 22.10.2 #878

Bump @types/node from 22.10.1 to 22.10.2

Bump @types/node from 22.10.1 to 22.10.2 #878

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: yarn
node-version-file: .nvmrc
- run: yarn install
- run: yarn test
- run: yarn build
- run: yarn lint
integration:
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: ./