From 81c6095956043d9f01524fb57109c87f72a389a3 Mon Sep 17 00:00:00 2001 From: Michael Jolley Date: Fri, 14 Jun 2024 20:47:54 -0500 Subject: [PATCH] updating node version for GH action --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ec73ffb..0eaab39 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - name: Cache npm dependencies uses: actions/cache@v2 with: @@ -59,7 +59,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - name: Cache npm dependencies uses: actions/cache@v2 with: @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - name: Cache npm dependencies uses: actions/cache@v2 with: