We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8f94a8 + 4af95c9 commit bc6a737Copy full SHA for bc6a737
1 file changed
.github/workflows/publish.yaml
@@ -17,12 +17,13 @@ jobs:
17
- 18
18
- 20
19
- 22
20
+ - 24
21
runs-on: ubuntu-latest
22
env:
23
PHP_VERSION: ${{ matrix.php_version }}
24
NODE_VERSION: ${{ matrix.node_version }}
25
LATEST_PHP_VERSION: 8.4
- LATEST_NODE_VERSION: 22
26
+ LATEST_NODE_VERSION: 24
27
steps:
28
- name: Checkout hypernode-deploy
29
uses: actions/checkout@v3
0 commit comments