Skip to content

Commit

Permalink
Update hello_world.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
srmarohit authored May 10, 2024
1 parent 976bf42 commit 94411cc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/hello_world.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '16.x'

- name: Check out repository
uses: actions/checkout@v2

- name: Run Hello World script
run: echo "Hello, World!"

0 comments on commit 94411cc

Please sign in to comment.