Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kavee_md #28

Open
Kaviya444 opened this issue Nov 27, 2024 · 1 comment
Open

Kavee_md #28

Kaviya444 opened this issue Nov 27, 2024 · 1 comment

Comments

@Kaviya444
Copy link

Kaviya444 commented Nov 27, 2024

No description provided.

@Kaviya444 Kaviya444 reopened this Nov 27, 2024
@Kaviya444
Copy link
Author

name: Node.js CI

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:

runs-on: ubuntu-latest

strategy:
  matrix:
    node-version: [20.x]

steps:
- name: Checkout repository
  uses: actions/checkout@v3

- name: Set up Node.js
  uses: actions/setup-node@v3
  with:
    node-version: ${{ matrix.node-version }}

- name: Install dependencies
  run: npm install

- name: Start application
  run: npm start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant