Skip to content

Commit

Permalink
Fix yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nnayk committed Nov 11, 2023
1 parent df440f6 commit 33370a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: 18.8
node-version: [16.x]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install dependencies
uses: actions/checkout@v4
- run: npm install
working-directory: Frontend

0 comments on commit 33370a0

Please sign in to comment.