Skip to content

Bump @typescript-eslint/parser from 8.22.0 to 8.23.0 #240

Bump @typescript-eslint/parser from 8.22.0 to 8.23.0

Bump @typescript-eslint/parser from 8.22.0 to 8.23.0 #240

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