summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cs.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cs.yml')
-rw-r--r--.github/workflows/cs.yml6
1 files changed, 3 insertions, 3 deletions
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