From 68d9f811a2a30101f1796f82507e1f4e8d4cf174 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 6 Apr 2024 20:16:06 +0200 Subject: Use latest LTS Node.js version --- .github/workflows/cs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/cs.yml') diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index 92e442b..0975285 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -14,7 +14,7 @@ on: branches: - master paths-ignore: - - "README.md" + - README.md jobs: lint: @@ -25,10 +25,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Set up Node 14.x + - name: Set up Node 20.x uses: actions/setup-node@v4 with: - node-version: '14.x' + node-version: '20.x' - name: Install npm dependencies run: npm ci -- cgit v1.2.3