From d0eca66cc477b6e4574b9ae48e40ab1874272584 Mon Sep 17 00:00:00 2001 From: Hellebore Date: Thu, 17 Nov 2022 10:49:09 +0000 Subject: [PATCH] try node version 16 as per main library --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7140f627..5df6b2d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 16 - run: npm install - run: npm test test_windows: @@ -26,6 +26,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 16 - run: npm install - run: npm run-script test-windows