Skip to content

Commit

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

0 comments on commit 3f7fc51

Please sign in to comment.