From 0205a8de2fc691165aaeeee5dec99a3080527deb Mon Sep 17 00:00:00 2001 From: Micha Vie Date: Wed, 29 Nov 2023 16:34:15 +0100 Subject: [PATCH] wip --- .github/workflows/build-and-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-lint.yml b/.github/workflows/build-and-lint.yml index f288e1a..a830a9b 100644 --- a/.github/workflows/build-and-lint.yml +++ b/.github/workflows/build-and-lint.yml @@ -13,10 +13,10 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: '14.x' + node-version: '18.x' - name: Install dependencies - run: npm ci --include=dev --verbose + run: npm ci --include=dev - name: Build and lint run: |