From 35f546f1222ae9d4db588eef8637d1987b0f0ab7 Mon Sep 17 00:00:00 2001 From: h3rt <94856309+SecretSaturn@users.noreply.github.com> Date: Tue, 7 May 2024 17:30:53 +0200 Subject: [PATCH] bump workflow to node 20 --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8388cf4..af0ee8f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,12 +16,12 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '20' - name: Install jq run: sudo apt-get install -y jq