Skip to content

Merge pull request #13 from silaselisha/features #23

Merge pull request #13 from silaselisha/features

Merge pull request #13 from silaselisha/features #23

Workflow file for this run

name: build and test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v4
- name: setup node environment
uses: actions/setup-node@v3
with:
node-version: 20
- name: intall dependencies
run: npm install