Skip to content

OpenTerm v1.1.0: rename, modern PowerShell, settings tab, GitHub Action, cross-platform #1

OpenTerm v1.1.0: rename, modern PowerShell, settings tab, GitHub Action, cross-platform

OpenTerm v1.1.0: rename, modern PowerShell, settings tab, GitHub Action, cross-platform #1

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: plugin
path: |
main.js
manifest.json
versions.json