Skip to content

Updated to version 1.0.1. Version information updated in package.json… #6

Updated to version 1.0.1. Version information updated in package.json…

Updated to version 1.0.1. Version information updated in package.json… #6

Workflow file for this run

name: Ario Gateway Explorer CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: npm install
# Uncomment the following lines when you add tests
# - name: Run tests
# run: npm test
- name: Build project
run: npm run build