diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index f60b6de..78c9e2a 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v2 - name: Setup node environment - uses: actions/setup-node@v2.5.0 + uses: actions/setup-node@v2.5.1 with: cache: npm node-version: "16.x"