Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24

- name: Install packages
run: npm ci
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
runuser, tolerant chown, stale config cleanup, and package installation.

### Changed
- Upgraded action runtime from `node20` to `node24` to resolve GitHub Actions deprecation warning (Node.js 20 actions deprecated June 2026).
- Updated `package.yml` workflow to build distribution with Node.js 24.
- Switched user-data format from `#cloud-config` with `runcmd` to `#cloud-boothook`.
This fixes compatibility with Amazon Linux 2023 and other AMIs where
`cloud_final_modules` may be empty or misconfigured.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,5 @@ outputs:
AWS region where the EC2 instance was created.
This is useful for subsequent AWS operations on the instance.
runs:
using: node20
using: node24
main: ./dist/index.js