Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Managed by Terraform #37

Managed by Terraform

Managed by Terraform #37

Workflow file for this run

on:
push:
branches: [main]
name: Build
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
registry-url: https://registry.npmjs.org
- run: yarn install --immutable
- run: yarn build
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}