Skip to content

Commit

Permalink
Cleanup "Build" action
Browse files Browse the repository at this point in the history
  • Loading branch information
fingerartur committed Nov 20, 2023
1 parent faadc0f commit 7153e80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Build
name: Build

on:
push:
Expand All @@ -7,12 +7,12 @@ on:
pull_request:
branches:
- main

jobs:
build:
name: Build
runs-on: [ubuntu-latest]

steps:
- uses: actions/checkout@v3

Expand All @@ -21,7 +21,7 @@ jobs:
with:
node-version: 16
cache: npm

- name: NPM Install
run: npm ci

Expand Down

0 comments on commit 7153e80

Please sign in to comment.