Skip to content

Merge pull request #13 from internet-development/0.0.4 #4

Merge pull request #13 from internet-development/0.0.4

Merge pull request #13 from internet-development/0.0.4 #4

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