Skip to content

Create node.js.yml

Create node.js.yml #2

Workflow file for this run

name: "Hello to first workflow"
on:
push:
jobs:
job1:
runs-on: ubuntu-latest
steps:
- name: step 1
- run: echo "step 1"