Skip to content

update github action builds (#3) #4

update github action builds (#3)

update github action builds (#3) #4

name: Build And Upload Extension Zip
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
- run: npm ci
- run: npm run build
# TODO FIXME