Skip to content

Merge pull request #57 from AltearnBot/patch-1 #28

Merge pull request #57 from AltearnBot/patch-1

Merge pull request #57 from AltearnBot/patch-1 #28

Workflow file for this run

name: NodeJS with Webpack
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Build
run: |
npm install
npx webpack
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: dist
path: |
dist