Skip to content

Bump symfony/process from 5.4.28 to 5.4.51 #618

Bump symfony/process from 5.4.28 to 5.4.51

Bump symfony/process from 5.4.28 to 5.4.51 #618

name: Test / JS
on:
pull_request:
branches:
- master
jobs:
js_unit:
name: Unit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
- name: Run tests
run: yarn run test:js