diff --git a/.github/workflows/php-package-tests.yml b/.github/workflows/php-package-tests.yml index 358c20b..975c7cf 100644 --- a/.github/workflows/php-package-tests.yml +++ b/.github/workflows/php-package-tests.yml @@ -15,7 +15,10 @@ jobs: php-versions: ['8.2'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 16 - name: Validate composer.json and composer.lock run: composer validate