summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-12-23 12:52:04 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2022-12-23 12:52:25 +0100
commit2ec7b78816f6fcbfcc4486b2658f3ec5e2f72b72 (patch)
treece443955747a6a24eceed82b5852ce9aa2a72eb8 /.github
parentf89fb6123d65142b766f5809b58452b7613eafb4 (diff)
Update .github/workflows/lint-eslint.yml
Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-eslint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml
index b44304353..30b061a5a 100644
--- a/.github/workflows/lint-eslint.yml
+++ b/.github/workflows/lint-eslint.yml
@@ -28,7 +28,7 @@ jobs:
uses: skjnldsv/read-package-engines-version-actions@v2.0
id: versions
with:
- fallbackNode: '^12'
+ fallbackNode: '^16'
fallbackNpm: '^6'
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}