From 1430903af9f04bf03c072bb9dd3e214592b5a908 Mon Sep 17 00:00:00 2001 From: Yatish Mehta Date: Tue, 14 May 2024 21:44:37 -0700 Subject: [PATCH] Fix workflow.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa109d4..bb89500 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,9 +29,9 @@ jobs: bundler-cache: true - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: '16' + node-version: 'latest' cache: yarn - name: Install dependencies