Skip to content

Commit

Permalink
Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed Apr 21, 2024
1 parent 2034aaf commit fa61933
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- name: Install PHP dependencies
run: composer install
- name: Get Node version from .mise.toml
uses: SebRollen/[email protected]
id: get-node-version
Expand All @@ -61,7 +67,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '${{ steps.get-node-version.outputs.value }}'
- name: Install dependencies
- name: Install Node.js dependencies
run: npm ci
- name: Check serverless.yml
run: npx serverless print

0 comments on commit fa61933

Please sign in to comment.