Skip to content

Bump semver from 6.3.0 to 6.3.1 #10

Bump semver from 6.3.0 to 6.3.1

Bump semver from 6.3.0 to 6.3.1 #10

Workflow file for this run

name: Build package
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Package
run: npm pack
- name: Upload
uses: actions/upload-artifact@v2
with:
name: webln
path: "*.tgz"