Skip to content

Commit 8ce3863

Browse files
committed
Swap out call
1 parent 03d40ce commit 8ce3863

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,11 @@ jobs:
3535
- name: Install Composer dependencies
3636
run: composer install --no-interaction --no-progress -o -a --apcu-autoloader --ignore-platform-reqs
3737

38-
- name: Install and build NPM dependencies
39-
uses: alleyinteractive/action-test-node@v1.0.0-alpha
40-
with:
41-
node-version: '22'
42-
audit-skip: 'true'
43-
test-skip: 'true'
44-
build-command: 'npm run build'
38+
- name: Install Node Dependencies
39+
run: npm ci
40+
41+
- name: Build Assets
42+
run: npm run build
4543

4644
- name: Copy files via rsync
4745
run: |
@@ -50,6 +48,7 @@ jobs:
5048
--exclude .npm \
5149
--exclude .git \
5250
--exclude tests \
51+
--exclude database/backups \
5352
--exclude storage/debugbar \
5453
--exclude .env
5554

0 commit comments

Comments
 (0)