From 1c478c2e5afbc2ce8ffcfe6ed25580b871c24ad3 Mon Sep 17 00:00:00 2001 From: James Chartrand Date: Fri, 30 Aug 2024 16:10:54 -0400 Subject: [PATCH] update workflow node version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2df914c..2012c62 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node-version: [16.x] + node-version: [20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}