Skip to content

Bump axios from 1.9.0 to 1.12.0 in /DemoServer #19

Bump axios from 1.9.0 to 1.12.0 in /DemoServer

Bump axios from 1.9.0 to 1.12.0 in /DemoServer #19

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
run-powershell-script:
runs-on: ubuntu-latest
steps:
# Check out the code
- name: Checkout code
uses: actions/checkout@v3
# Run PowerShell script
- name: Build image
shell: pwsh
run: |
docker build -t ravendb/demo .