From febe91b7efca2f3092d6c20880aceb8c4ddb51ee Mon Sep 17 00:00:00 2001 From: mahula Date: Sat, 11 Nov 2023 10:04:53 +0100 Subject: [PATCH] Revert "set node version 19 in test lint workflow" This reverts commit 863aba473051f19eeab81e747636fbc374fe2f94. --- .github/workflows/test-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index b90cb41..d203d25 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -10,10 +10,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Setup Node 19 + - name: Setup Node 20 uses: actions/setup-node@v4 with: - node-version: '19' + node-version: '20' - name: npm-install run: npm install