Skip to content

Bump tmp and release-it #20

Bump tmp and release-it

Bump tmp and release-it #20

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Package and Manifest Version Check
run: npm run versionsync
- name: Build
run: npm run build
- name: Bundle
run: npm run bundle