Skip to content

Commit

Permalink
chore: ci action format
Browse files Browse the repository at this point in the history
  • Loading branch information
elraro committed Jan 30, 2024
1 parent 51fd486 commit de07f33
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: 20.10.0
steps:
- name: Checkout
uses: actions/checkout@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 20.10.0
- name: Build
run: npm ci
- name: Generate OpenAPI Docs
Expand Down

0 comments on commit de07f33

Please sign in to comment.