Skip to content

Commit

Permalink
cosmetic fixes to the CI script.
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Moroz <[email protected]>
  • Loading branch information
b1ff committed Jun 7, 2024
1 parent 24fa80e commit 00ab8f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflow/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Checks
name: Node.js CI
on:
push:
branches:
Expand All @@ -19,8 +19,8 @@ jobs:
- name: Build the Docker Compose stack
run: docker-compose up -d

- name: Use Node.js
uses: actions/setup-node@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 00ab8f3

Please sign in to comment.