Skip to content

chore: cleaning var declaration #8

chore: cleaning var declaration

chore: cleaning var declaration #8

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js 20.x (LTS)
uses: actions/setup-node@v2
with:
node-version: 20.x
- name: Install and build
run: |
yarn
yarn build