Skip to content

Commit

Permalink
github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tahmid-saj committed May 19, 2024
1 parent 313ee70 commit 6109ad8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: nutri-sight CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js version 20
uses: actions/setup-node@v3
with:
node-version: '20'
- run: npm install

0 comments on commit 6109ad8

Please sign in to comment.