From dce160f28e3741bf184b46b8e4fec47e1b389f0a Mon Sep 17 00:00:00 2001 From: Erik Brommers Date: Thu, 30 Nov 2023 07:28:56 -0800 Subject: [PATCH] Update to 16.x Looks like the older build nodes got built here anyway. --- .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 c9ecd077..6e606780 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: # fs-extra dependency requires node v10+ strategy: matrix: - node-version: [10.x, 12.x] + node-version: [16.x] # Steps represent a sequence of tasks that will be executed as part of the job steps: