Skip to content

chore(deps): bump docker/build-push-action from 4 to 5 #44

chore(deps): bump docker/build-push-action from 4 to 5

chore(deps): bump docker/build-push-action from 4 to 5 #44

Workflow file for this run

name: Test and Build
on: pull_request
jobs:
test-and-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.0
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install and Build
run: |
npm ci
npm run-script build