Skip to content

Commit 6dc5fbb

Browse files
committed
use node 24
1 parent 43815a6 commit 6dc5fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 20.x
22+
node-version: 24.x
2323

2424
- name: Install dependencies
2525
run: |

0 commit comments

Comments
 (0)