Skip to content

Commit cf5ebf0

Browse files
committed
use node 20
1 parent 1db3dcb commit cf5ebf0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-mcp-sanity.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ jobs:
1818
- name: Checkout repository
1919
uses: actions/checkout@v4
2020

21-
2221
- name: Setup Node.js
2322
uses: actions/setup-node@v4
2423
with:
25-
node-version: 18
24+
node-version: 20
2625
cache: 'yarn'
2726

2827
- name: Install Yarn

0 commit comments

Comments
 (0)