Skip to content

feat: add env into publish workflow #20

feat: add env into publish workflow

feat: add env into publish workflow #20

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 20.x
- name: Install
run: npm ci
- name: Build
run: npm run build