From d300f5ee7adad1c08af5d4ebad86020dda432973 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 25 Mar 2023 13:01:41 -0400 Subject: [PATCH] Upgrade to Node v16 for Github workflows. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c41e13..f5203f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '16' - run: npm install - run: ./build.sh - run: npm test -- 2.22.5