Skip to content

Commit

Permalink
indentetion fix
Browse files Browse the repository at this point in the history
  • Loading branch information
satyamkale27 committed Oct 25, 2024
1 parent 6ba44fc commit 6131b59
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Nasa Project CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build :
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- names: Use node.js version 23
-uses: actions/setup-node@v2
with:
node-version: '23'
- run: npm install
- run: npm run build --prefix client
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js version 23
uses: actions/setup-node@v2
with:
node-version: "23"
- run: npm install
- run: npm run build --prefix client

0 comments on commit 6131b59

Please sign in to comment.