From eaf8b27737ea9b0fa96b489015f7eccd1bf42c6c Mon Sep 17 00:00:00 2001 From: Michel Kraemer Date: Mon, 9 Sep 2024 17:41:26 +0200 Subject: [PATCH] Update Node.js to 18 --- .github/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 33a3c4b..a709c9a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,11 +15,11 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 - name: Install lychee run: |