Skip to content

Commit e8e2bd1

Browse files
committed
chore: Bump CI & target Node runtime
1 parent 88f8d48 commit e8e2bd1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ jobs:
77
name: Build & Test
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
11-
- uses: actions/setup-node@v4
10+
- uses: actions/checkout@v5
11+
- uses: actions/setup-node@v6
12+
with:
13+
node-version: 24
14+
cache: 'npm'
1215
- run: npm ci
1316
- run: npm run build
1417
- run: npm test

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ inputs:
4747
default: 'Filename:asc'
4848

4949
runs:
50-
using: 'node20'
50+
using: 'node24'
5151
main: 'index.js'

0 commit comments

Comments
 (0)