Skip to content

Commit

Permalink
Merge pull request #107 from Paneon/feature/deployment
Browse files Browse the repository at this point in the history
feat: upgrade to Node 20, ensure composer install is run on deployment
  • Loading branch information
Macavity authored Feb 15, 2024
2 parents 44fd8ca + ec19c04 commit 03885a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- name: 🚚 Get Latest Code
Expand Down Expand Up @@ -56,4 +56,5 @@ jobs:
port: 22
script: |
cd ${{ secrets.DEPLOYMENT_PATH }}
php81 `which composer` install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
php81 `which composer` cache

0 comments on commit 03885a9

Please sign in to comment.