From 6441309b3cf1fc939cd9be175a3abaf9bea2dfe7 Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Tue, 30 Apr 2024 17:27:21 -0700 Subject: [PATCH] update github action node version --- .github/workflows/on-sdk-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-sdk-update.yml b/.github/workflows/on-sdk-update.yml index 458073a..840a894 100644 --- a/.github/workflows/on-sdk-update.yml +++ b/.github/workflows/on-sdk-update.yml @@ -13,7 +13,7 @@ jobs: - name: Setup node uses: actions/setup-node@v2 with: - node-version: '16.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - name: Install dependencies