Skip to content

Bump @types/node from 22.7.5 to 22.7.7 in /typescript #86

Bump @types/node from 22.7.5 to 22.7.7 in /typescript

Bump @types/node from 22.7.5 to 22.7.7 in /typescript #86

Workflow file for this run

name: Npm
on:
push:
branches:
- '**'
paths:
- 'typescript/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
- name: Yarn install
working-directory: typescript
run: corepack yarn install
- name: Test
working-directory: typescript
run: corepack yarn jest