Skip to content

deps: bump @types/node from 20.11.5 to 20.12.13 #34

deps: bump @types/node from 20.11.5 to 20.12.13

deps: bump @types/node from 20.11.5 to 20.12.13 #34

Workflow file for this run

name: docker-test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Build Docker Image
run: docker build -t ibc-explorer -f Dockerfile .