Skip to content

Commit

Permalink
Provisioning: Install nodejs to Ubuntu 24.04 arm64
Browse files Browse the repository at this point in the history
Fixes: QTQAINFRA-6509
Pick-to: 6.8
Change-Id: I91bfbb24dadaf74707496ed1167de684b2f9dd61
Reviewed-by: Liang Qi <liang.qi@qt.io>
  • Loading branch information
Tero Heikkinen authored and liangqi committed Sep 14, 2024
1 parent debb9f7 commit 9be8bb7
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# Copyright (C) 2024 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

# shellcheck source=../common/linux/install-nodejs.sh
source "${BASH_SOURCE%/*}/../common/linux/install-nodejs.sh"

0 comments on commit 9be8bb7

Please sign in to comment.