diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-06 20:16:06 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-06 20:21:25 +0200 |
| commit | 68d9f811a2a30101f1796f82507e1f4e8d4cf174 (patch) | |
| tree | 3e533927845cc96c12278106866470fe78493abd /.github/workflows/cs.yml | |
| parent | eecd54c76772c0db8f7573237c992d48f791c53d (diff) | |
| download | gohugo-theme-ed-68d9f811a2a30101f1796f82507e1f4e8d4cf174.tar.gz | |
Use latest LTS Node.js version
Diffstat (limited to '.github/workflows/cs.yml')
| -rw-r--r-- | .github/workflows/cs.yml | 6 |
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 |
