We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd9b76 commit aa7fab8Copy full SHA for aa7fab8
.github/workflows/deploy-aufn.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Install Package
66
uses: ConorMacBride/install-package@main
67
with:
68
- apt: git unzip nodejs python3-pip python3-venv openssh-server openssh-client jq sshpass
+ apt: git unzip python3-pip python3-venv openssh-server openssh-client jq sshpass # nodejs
69
70
- name: Start the SSH service
71
run: |
@@ -82,6 +82,10 @@ jobs:
82
- name: Checkout
83
uses: actions/checkout@v4
84
85
+ - uses: actions/setup-node@v4
86
+ with:
87
+ node-version: 20
88
+
89
- name: Install terraform
90
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd #v3.1.2
91
0 commit comments