From 9baf0e39db095899e936ef17038ce7412853b700 Mon Sep 17 00:00:00 2001 From: Fabian Schindler Date: Wed, 18 Oct 2023 11:30:48 +0200 Subject: [PATCH] Update ci.yml Updating Node to v20 (current LTS) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5449ac42..145cf48e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 20.x - run: npm ci - run: npm run build - run: npm test