Skip to content

Commit 8ab51fe

Browse files
authored
Merge pull request #105 from ByteInternet/nodejs_20
2 parents 9233d6b + bd418e1 commit 8ab51fe

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

0 commit comments

Comments
 (0)