Skip to content

Commit

Permalink
Node – nasa-project, build pipeline workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
art2url committed Nov 13, 2024
1 parent 4be11d8 commit 1bd3ffc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
17 changes: 17 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: NASA Project CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js version 20
uses: actions/setup-node@v3
with:
node-version: '20'
- run: npm install
- run: npm run build --prefix client

0 comments on commit 1bd3ffc

Please sign in to comment.