From 426d27006897b111d923f7cf2edefdb959c949ad Mon Sep 17 00:00:00 2001 From: eleith Date: Fri, 12 May 2023 15:11:57 -0700 Subject: [PATCH] update lint actions to node16 --- .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 9e866d9..f3df341 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,10 +12,10 @@ jobs: steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }}