Skip to content

Bump typescript from 5.6.2 to 5.6.3 #139

Bump typescript from 5.6.2 to 5.6.3

Bump typescript from 5.6.2 to 5.6.3 #139

Workflow file for this run

name: Docker Image CI
on:
pull_request:
types: [opened, edited, reopened]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: npm i
- run: npm run build