From 28b1f613705ae0ff7b503dd2626915b15410db1e Mon Sep 17 00:00:00 2001 From: Logan Davidson Date: Fri, 3 Nov 2023 17:31:19 +0000 Subject: [PATCH] Make frontend CI workflow use correct node version Ensure that the frontend CI workflow uses the correct node version. --- .github/workflows/ci_frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_frontend.yml b/.github/workflows/ci_frontend.yml index c3ab8d30..928e0192 100644 --- a/.github/workflows/ci_frontend.yml +++ b/.github/workflows/ci_frontend.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2 with: - node-version: '18' + node-version: '18.17.1' - name: Cache dependencies uses: actions/cache@v2