Skip to content

Commit

Permalink
learning workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalco committed Feb 16, 2024
1 parent 844e726 commit c19116a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
on: push
jobs:
first-job:
runs-on: nodejs
steps:
- run: node --version
- run: npm --version

0 comments on commit c19116a

Please sign in to comment.