Skip to content

Merge pull request #43 from tillig/dependabot/npm_and_yarn/eslint-plu… #106

Merge pull request #43 from tillig/dependabot/npm_and_yarn/eslint-plu…

Merge pull request #43 from tillig/dependabot/npm_and_yarn/eslint-plu… #106

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
registry-url: "https://registry.npmjs.org"
- run: npm install -g npm
- run: npm clean-install
- run: npm run build