Skip to content

Commit

Permalink
use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
arturrez committed May 14, 2024
1 parent 12d7fa0 commit 36f3a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-public-ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36f3a67

Please sign in to comment.