Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

feat: Update BMBF Logo #10

feat: Update BMBF Logo

feat: Update BMBF Logo #10

Workflow file for this run

name: Node.js CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Run tests in Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn --immutable --immutable-cache
- run: yarn test