Skip to content

Commit bc6a737

Browse files
authored
Merge pull request #195 from ByteInternet/Add-support-for-NodeJS-24
Add support for NodeJS 24
2 parents a8f94a8 + 4af95c9 commit bc6a737

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.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)