Skip to content

WIP refactor + fixes + github actions + readme #1

WIP refactor + fixes + github actions + readme

WIP refactor + fixes + github actions + readme #1

name: Build Library
on:
push:
branches:
- prod
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2

Check failure on line 17 in .github/workflows/webpack-build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/webpack-build.yaml

Invalid workflow file

You have an error in your yaml syntax on line 17
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Build library
run: npx webpack