mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-18 03:41:25 +02:00
Updated GitHub Actions workflow
This commit is contained in:
8
.github/workflows/ci-suite.yaml
vendored
8
.github/workflows/ci-suite.yaml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${NODE_VERSION}
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
cache: 'npm'
|
||||
|
||||
- name: Install JavaScript Dependencies
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${NODE_VERSION}
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
cache: 'npm'
|
||||
|
||||
- name: Install JavaScript Dependencies
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${PHP_VERSION}
|
||||
php-version: ${{ env.PHP_VERSION }}
|
||||
extensions: apcu, mbstring, memcached, redis, intl
|
||||
|
||||
- name: Install PHP Dependencies
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${PHP_VERSION}
|
||||
php-version: ${{ env.PHP_VERSION }}
|
||||
extensions: apcu, mbstring, memcached, redis, intl
|
||||
|
||||
- name: Install PHP Dependencies
|
||||
|
Reference in New Issue
Block a user