From b3c9d3ea9effd55dcd77dccc2d04a6335b0bf85d Mon Sep 17 00:00:00 2001 From: James Kachel Date: Thu, 26 Sep 2024 13:41:06 -0500 Subject: [PATCH] Bump CI workflow to use 16.20.2 Staying relatively old because this was at 15 before. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c8411c..045ec26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - name: Set up NodeJS uses: actions/setup-node@v2-beta with: - node-version: 15.3.0 + node-version: 16.20.2 - name: Get yarn cache directory path id: yarn-cache-dir-path