Skip to content

refactor(workflows): 🎉 update action workflows #515

refactor(workflows): 🎉 update action workflows

refactor(workflows): 🎉 update action workflows #515

Workflow file for this run

# name: CI/CD
# on:
# push:
# branches:
# - main
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
# - name: Use Node.js 18.x
# uses: actions/setup-node@v2
# with:
# node-version: "18.x"
# - name: Install dependencies
# run: npm install
# - name: Build App
# run: NODE_OPTIONS="--max-old-space-size=4096" npm run build --no-warnings