Skip to content
Merged
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
1 change: 1 addition & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions:

jobs:
pull-request-auto-merge:
if: ${{ !github.event.pull_request.draft }}
Comment thread
poad marked this conversation as resolved.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
steps:
- uses: actions/checkout@v5

- name: Use Node.js
- name: Use Node.js 24.x
uses: actions/setup-node@v5
with:
node-version: 'lts/*'
node-version: 24.x
check-latest: true
Comment thread
poad marked this conversation as resolved.
package-manager-cache: pnpm
package-manager-cache: false

- uses: pnpm/action-setup@v4
name: Install pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
role-session-name: GitHubActions
aws-region: ${{ env.AWS_REGION }}

- name: Use Node.js 22.x
- name: Use Node.js 24.x
uses: actions/setup-node@v5
with:
node-version: 22.x
node-version: 24.x
check-latest: true
package-manager-cache: false

Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,3 @@ __tests__/runner/*
# lib/**/*

node_modules

!eslint.config.js
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ outputs:
status:
description: 'The status of AWS CloudFormation Stack.'
runs:
using: 'node20'
main: 'dist/index.mjs'
using: 'node24'
Comment thread
poad marked this conversation as resolved.
main: 'dist/index.js'
52 changes: 25 additions & 27 deletions dist/index.mjs → dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/index.mjs.map

This file was deleted.

28 changes: 28 additions & 0 deletions dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 0 additions & 29 deletions dist/main.mjs

This file was deleted.

3 changes: 3 additions & 0 deletions dist/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/sourcemap-register.cjs

This file was deleted.

Loading