Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

1.0.2

1.0.2 #16

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build