Skip to content

Adding the code

Adding the code #1

Workflow file for this run

name: Node js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4