From c2dd53f03f4c7e1ab785a76dc706da9b7cd602fb Mon Sep 17 00:00:00 2001 From: bensoer Date: Sat, 30 Sep 2023 13:27:26 -0700 Subject: [PATCH] upgraded CI workflow to use node v18 now --- .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 1a1b44d..1a64ad3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: - name: Build and Compile uses: actions/setup-node@v3 with: - node-version: '14.x' + node-version: '18.x' - run: npm ci - run: npm run build --if-present - run: npm test