Skip to content

Bump jsdom from 25.0.0 to 25.0.1 in the development-dependencies group #227

Bump jsdom from 25.0.0 to 25.0.1 in the development-dependencies group

Bump jsdom from 25.0.0 to 25.0.1 in the development-dependencies group #227

Workflow file for this run

name: Build
on:
push:
branches:
- '*'
- '*/*'
- '**'
- '!master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Create a new build
run: docker build -t publisher:latest -f ./dockerfiles/Deploy.Dockerfile .