Skip to content

Commit fc17542

Browse files
author
Philip Z
committed
ci: use Node 24 based GitHub actions
1 parent 630a4b7 commit fc17542

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
verify:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
15-
- uses: actions/setup-node@v4
14+
- uses: actions/checkout@v7
15+
- uses: actions/setup-node@v7
1616
with:
1717
node-version: 22
1818
cache: npm

0 commit comments

Comments
 (0)