Skip to content

Commit 155561b

Browse files
authored
Merge branch 'master' into add-support-for-high-performance-static-content-deployment
2 parents b4a0f29 + bc6a737 commit 155561b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ jobs:
1717
- 18
1818
- 20
1919
- 22
20+
- 24
2021
runs-on: ubuntu-latest
2122
env:
2223
PHP_VERSION: ${{ matrix.php_version }}
2324
NODE_VERSION: ${{ matrix.node_version }}
2425
LATEST_PHP_VERSION: 8.4
25-
LATEST_NODE_VERSION: 22
26+
LATEST_NODE_VERSION: 24
2627
steps:
2728
- name: Checkout hypernode-deploy
2829
uses: actions/checkout@v3

0 commit comments

Comments
 (0)