Skip to content

Commit 13889c5

Browse files
authored
Update GitHub Action runtime from Node.js 20 to Node.js 24 (#152)
1 parent 8ec794e commit 13889c5

File tree

7 files changed

+1786
-792
lines changed

7 files changed

+1786
-792
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)