Skip to content

Commit aa7fab8

Browse files
committed
Update nodejs version
1 parent 4cd9b76 commit aa7fab8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy-aufn.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install Package
6666
uses: ConorMacBride/install-package@main
6767
with:
68-
apt: git unzip nodejs python3-pip python3-venv openssh-server openssh-client jq sshpass
68+
apt: git unzip python3-pip python3-venv openssh-server openssh-client jq sshpass # nodejs
6969

7070
- name: Start the SSH service
7171
run: |
@@ -82,6 +82,10 @@ jobs:
8282
- name: Checkout
8383
uses: actions/checkout@v4
8484

85+
- uses: actions/setup-node@v4
86+
with:
87+
node-version: 20
88+
8589
- name: Install terraform
8690
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd #v3.1.2
8791

0 commit comments

Comments
 (0)