From 3610434e73c95dfe1a6c74302d7dbe61e448099e Mon Sep 17 00:00:00 2001 From: dabico Date: Wed, 6 Mar 2024 13:13:13 +0100 Subject: [PATCH] Node actions should use Node 20 --- .github/workflows/eslint.yml | 2 +- .github/workflows/markdownlint.yml | 2 +- .github/workflows/stylelint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 49ac5c4..3f4ec7b 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' cache: 'npm' cache-dependency-path: 'package-lock.json' - name: Install Dependencies diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 69cd3bb..75c51ad 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' cache: 'npm' cache-dependency-path: 'package-lock.json' - name: Install Dependencies diff --git a/.github/workflows/stylelint.yml b/.github/workflows/stylelint.yml index d585d87..34fa5b1 100644 --- a/.github/workflows/stylelint.yml +++ b/.github/workflows/stylelint.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' cache: 'npm' cache-dependency-path: 'package-lock.json' - name: Install Dependencies