Skip to content

Fix name in package.json for node20 template (#313) #168

Fix name in package.json for node20 template (#313)

Fix name in package.json for node20 template (#313) #168

Workflow file for this run

name: ci-only
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Setup faas-cli
run: curl -sSL https://cli.openfaas.com | sh
- name: Make all
run: make all