Skip to content

[Snyk] Upgrade typescript from 5.8.2 to 5.8.3 #174

[Snyk] Upgrade typescript from 5.8.2 to 5.8.3

[Snyk] Upgrade typescript from 5.8.2 to 5.8.3 #174

Workflow file for this run

name: LearnReactRedux-Docker-CI
on:
push:
branches:
- main
paths-ignore:
- .github/**
- '*.yaml'
- '*.md'
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- .github/**
- '*.yaml'
- '*.md'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Build the image
- name: Docker build
run: docker build -t erabliereapi/product-ui:latest .