Skip to content

Commit fa6f273

Browse files
committed
Update GitHub Action runtime from Node.js 20 to Node.js 24
Node.js 20 actions are deprecated and will be forced to run on Node.js 24 starting June 2nd, 2026. This updates the action runtime, CI workflows, and @types/node to target Node.js 24. https://claude.ai/code/session_013Xae2dBgD7JYgPgpS3gFTZ
1 parent 8ec794e commit fa6f273

File tree

7 files changed

+1646
-461
lines changed

7 files changed

+1646
-461
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: '20.x'
15+
node-version: '24.x'
1616
- run: |
1717
npm install
1818
npm run all
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-node@v4
2424
with:
25-
node-version: '20.x'
25+
node-version: '24.x'
2626
- uses: ./
2727
with:
2828
sqlc-version: '1.18.0'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ branding:
99
icon: 'terminal'
1010
color: 'purple'
1111
runs:
12-
using: 'node20'
12+
using: 'node24'
1313
main: 'dist/index.js'

0 commit comments

Comments
 (0)