From bd418e1d7eba2f8a5317bb7cd13bff88dfede3dc Mon Sep 17 00:00:00 2001 From: Timon de Groot Date: Wed, 3 Apr 2024 17:50:05 +0200 Subject: [PATCH] ci: Add Node.js 20 to build matrix This will make Node.js 20 for all supported PHP versions available --- .github/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d64b832..84bdcbf 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -18,12 +18,13 @@ jobs: - 14 - 16 - 18 + - 20 runs-on: ubuntu-latest env: PHP_VERSION: ${{ matrix.php_version }} NODE_VERSION: ${{ matrix.node_version }} LATEST_PHP_VERSION: 8.3 - LATEST_NODE_VERSION: 18 + LATEST_NODE_VERSION: 20 steps: - name: Checkout hypernode-deploy uses: actions/checkout@v3