Skip to content

Commit

Permalink
Upgrade to node 20 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
davecarlson authored Feb 14, 2024
1 parent 97974c0 commit 27edd8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Beanstalk Deploy'
description: 'Deploy a zip file to AWS Elastic Beanstalk'
author: 'Einar Egilsson'
runs:
using: 'node16'
using: 'node20'
main: 'beanstalk-deploy.js'
inputs:
aws_access_key:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beanstalk-deploy",
"version": "20.0.0",
"version": "22.0.0",
"description": "GitHub Action + command line tool to deploy to AWS Elastic Beanstalk.",
"main": "beanstalk-deploy.js",
"scripts": {
Expand Down

0 comments on commit 27edd8a

Please sign in to comment.