From: Robert Sesek Date: Sat, 25 Mar 2023 17:01:41 +0000 (-0400) Subject: Upgrade to Node v16 for Github workflows. X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=HEAD;p=ustaxlib.git Upgrade to Node v16 for Github workflows. --- 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