Skip to content

Bump yarn from 4.5.3 to 4.6.0 in /typescript #139

Bump yarn from 4.5.3 to 4.6.0 in /typescript

Bump yarn from 4.5.3 to 4.6.0 in /typescript #139

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