Skip to content

Node version 22

Node version 22 #93

Workflow file for this run

name: Install and build
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Build dockerfile
run: docker build .