Skip to content

Commit eac1b69

Browse files
committed
chore: actions: lint
1 parent a8abccc commit eac1b69

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ jobs:
1313
- 20.x
1414
- 22.x
1515
- 24.x
16+
- 25.x
1617
steps:
17-
- uses: actions/checkout@v4
18-
- uses: oven-sh/setup-bun@v1
18+
- uses: actions/checkout@v5
19+
- uses: oven-sh/setup-bun@v2
1920
with:
2021
bun-version: latest
2122
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v6
2324
with:
2425
node-version: ${{ matrix.node-version }}
2526
- name: Install Redrun

0 commit comments

Comments
 (0)