Skip to content

Commit

Permalink
Update frontend-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NateSeymour authored May 29, 2024
1 parent 12f0b6f commit 02074c1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,12 @@ jobs:
defaults:
run:
working-directory: frontend
strategy:
matrix:
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
node-version: 18.x
- run: npm ci
- run: npm run build --if-present
- run: npm test
Expand Down

0 comments on commit 02074c1

Please sign in to comment.