From a86f32942761bbf6929dc6b196d970f32c5a0101 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Sat, 3 May 2025 07:34:23 -0700 Subject: [PATCH] Updated GitHub Actions workflow --- .github/workflows/ci-suite.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-suite.yaml b/.github/workflows/ci-suite.yaml index a7c7120..1c30b72 100644 --- a/.github/workflows/ci-suite.yaml +++ b/.github/workflows/ci-suite.yaml @@ -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