From e74767e4909971eb238920b0bb81c48db2ae4ab8 Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Sat, 2 Nov 2024 10:13:09 -0400 Subject: [PATCH] Update node version to the one we actually use --- .github/workflows/api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index f6e9517..9e94b0f 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -44,7 +44,7 @@ jobs: - name: Get node uses: actions/setup-node@v1 with: - node-version: 18.2.0 + node-version: 18.17.1 - name: Install packages run: npm install