Skip to content

hotfix: updates to node 18 for build, removes render actions that occ… #3

hotfix: updates to node 18 for build, removes render actions that occ…

hotfix: updates to node 18 for build, removes render actions that occ… #3

Workflow file for this run

name: Build
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install
env:
CI: true
- name: Test build app
run: npm run build