Skip to content

[Snyk] Upgrade typescript from 5.5.4 to 5.6.2 #3024

[Snyk] Upgrade typescript from 5.5.4 to 5.6.2

[Snyk] Upgrade typescript from 5.5.4 to 5.6.2 #3024

name: PR image-train-filters-web
on:
create:
branches:
- '**'
pull_request:
branches:
- '**'
paths-ignore:
- 'README.md'
- 'Readme.md'
push:
branches:
- '**'
- '!master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Jest Image Train Filters Web
run: cd image-train-filters-fe && yarn && yarn add jest --dev
- name: Run Tests and Build
run: make build