Skip to content

Commit 81c002f

Browse files
authored
Merge pull request #156 from ByteInternet/add-node-22
Add support for node 22
2 parents d339fd2 + 59da327 commit 81c002f

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
@@ -19,12 +19,13 @@ jobs:
1919
- 16
2020
- 18
2121
- 20
22+
- 22
2223
runs-on: ubuntu-latest
2324
env:
2425
PHP_VERSION: ${{ matrix.php_version }}
2526
NODE_VERSION: ${{ matrix.node_version }}
2627
LATEST_PHP_VERSION: 8.3
27-
LATEST_NODE_VERSION: 20
28+
LATEST_NODE_VERSION: 22
2829
steps:
2930
- name: Checkout hypernode-deploy
3031
uses: actions/checkout@v3

0 commit comments

Comments
 (0)