Skip to content

🚚: fix env issue for github actions #4

🚚: fix env issue for github actions

🚚: fix env issue for github actions #4

Workflow file for this run

name: Build the project
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
- name: Install dependencies
run: npm install
- name: Check Build
run: npm run build