From 25b5821287b056b07f9107164215a458f10914b6 Mon Sep 17 00:00:00 2001 From: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:06:27 -0400 Subject: [PATCH] update node used in cicd to 18 (#3774) Signed-off-by: MarkAckert --- .github/workflows/cicd-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-test.yml b/.github/workflows/cicd-test.yml index d851dc1459..b6249a75ad 100644 --- a/.github/workflows/cicd-test.yml +++ b/.github/workflows/cicd-test.yml @@ -132,7 +132,7 @@ jobs: - name: '[Prep 2] Setup Node' uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '18' - name: '[Prep 3] Cache node modules' uses: actions/cache@v2