Skip to content

refactor(functions-context and package.json): 🎉 update context a… #315

refactor(functions-context and package.json): 🎉 update context a…

refactor(functions-context and package.json): 🎉 update context a… #315

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