Skip to content

Merge branch 'main' into homestyles #246

Merge branch 'main' into homestyles

Merge branch 'main' into homestyles #246

Workflow file for this run

name: Node.js CI - build --release
on: [push]
jobs:
build-release:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.12.1]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.19
- run: export PATH=$HOME/.yarn/bin:$PATH
- run: yarn
- run: yarn build --release
env:
CI: true