From 4caeca489a5c428141cdfdc0a668b851383176ae Mon Sep 17 00:00:00 2001 From: Gareth Sylvester-Bradley <31761158+garethsb@users.noreply.github.com> Date: Thu, 3 Aug 2023 21:25:26 +0100 Subject: [PATCH] Bump Node 12.x to Node 16.x --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e7992318..68175cbb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '16.x' - name: Setup for python lint run: pip install flake8 - name: Lint python