From 36f3a67f5f862c9cb480af53ad00c8b542de1812 Mon Sep 17 00:00:00 2001 From: Artur Reznikov Date: Tue, 14 May 2024 11:35:58 -0700 Subject: [PATCH] use node 16 --- .github/workflows/release-public-ami.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-public-ami.yml b/.github/workflows/release-public-ami.yml index c03c8c626..208404bdd 100644 --- a/.github/workflows/release-public-ami.yml +++ b/.github/workflows/release-public-ami.yml @@ -58,7 +58,7 @@ jobs: - name: install nodejs uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '16' - name: install npx aws-amicleaner run: npm install -g aws-amicleaner