From 09c38e427a4bed71b1c52e04671c0bf08535a918 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Tue, 9 Jul 2024 10:28:07 -0700 Subject: [PATCH] actions: Update build-sdk.yml --- .github/workflows/build-sdk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-sdk.yml b/.github/workflows/build-sdk.yml index b14794325..68e55fac5 100644 --- a/.github/workflows/build-sdk.yml +++ b/.github/workflows/build-sdk.yml @@ -20,6 +20,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 - run: npm ci - run: npm run build