Skip to content

ci: run build for workspace #16

ci: run build for workspace

ci: run build for workspace #16

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 12
cache: 'npm'
registry-url: https://registry.npmjs.org/
- name: Set default rust toolchain
run: rustup default 1.61.0
- name: Install NPM dependencies
run: npm ci
- name: Build
run: npm --workspace official-addons-v2 run build