Skip to content

Commit b37ad51

Browse files
Use node 18 for publish-latest job
This one case was missed when we updated to node 18 a while ago. Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
1 parent d008f1f commit b37ad51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: ubuntu-latest
9797
strategy:
9898
matrix:
99-
node: [16]
99+
node: [18]
100100
steps:
101101
- name: Checkout
102102
uses: actions/checkout@v3

0 commit comments

Comments
 (0)