Skip to content

Remove manifest href and bump wbn-sign/webbundle-webpack-plugin to 0.2.0 #79

Remove manifest href and bump wbn-sign/webbundle-webpack-plugin to 0.2.0

Remove manifest href and bump wbn-sign/webbundle-webpack-plugin to 0.2.0 #79

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install NPM packages
run: npm ci
- name: Build
run: npm run build
env:
CI: true
KEY: ${{ secrets.BUNDLE_SIGNING_KEY }}
- name: Lint
run: npm run lint
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
path: dist/telnet.swbn