Skip to content

Commit

Permalink
Update ci-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenstar74 authored Apr 5, 2024
1 parent b8f4cbd commit 775c923
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ on:
branches:
- develop

jobs:
build:
runs-on: ubuntu-latest
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: npm
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: npm

- name: Install dependencies
run: npm ci
- name: Install dependencies
run: npm ci

- name: Run build command
run: npm run build
- name: Run build command
run: npm run build

0 comments on commit 775c923

Please sign in to comment.