Skip to content

Bump docker/build-push-action from 5.3.0 to 6.0.1 #4259

Bump docker/build-push-action from 5.3.0 to 6.0.1

Bump docker/build-push-action from 5.3.0 to 6.0.1 #4259

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test
env:
CI: true