From 23d42339be815b14cec8f9b0f4ff1a6ee808b405 Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 29 Jan 2025 18:16:24 -0500 Subject: [PATCH] Update GH action node verison --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc8235b12..0f1d34012 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: # https://github.com/actions/setup-node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x - uses: pnpm/action-setup@v2 with: