From 810ce20ebc58320a658847ce0828709787e6d596 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Mon, 20 Nov 2023 14:33:25 -0500 Subject: [PATCH] test on node 18 --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 709c90e..07987b7 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' cache: 'npm' - name: Install Application