Skip to content

Commit

Permalink
Added node js
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed May 17, 2024
1 parent cdd6ffd commit 27839a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
run: |
mkdir -p database
touch database/database.sqlite
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install npm dependencies
run: npm install
- name: Build assets
run: npm run prod
- name: Execute tests (Unit and Feature tests) via PHPUnit/Pest
env:
DB_CONNECTION: sqlite
Expand Down

0 comments on commit 27839a3

Please sign in to comment.