From dd1ad24ae6a91ddbbe86ffe389d4be35c440321d Mon Sep 17 00:00:00 2001 From: Cody Bennett Date: Wed, 30 Oct 2024 10:11:26 -0500 Subject: [PATCH] chore(CI): upgrade Node --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 629b998e..6988edb8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,11 +40,11 @@ jobs: with: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: '14.x' + node-version: '20.x' - name: Install deps # this runs a build script so there is no dedicated build run: yarn install