From d901bd698b9d2a2ff1ef2e6ff956a375bf21338c Mon Sep 17 00:00:00 2001 From: Mike Han Date: Wed, 21 Feb 2024 15:48:03 -0700 Subject: [PATCH] name steps --- .github/workflows/lint.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8b3ae10..5f4fa3f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,8 +7,11 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - name: Checkout + uses: actions/checkout@v4 + + - name: Setup node + uses: actions/setup-node@v4 with: node-version-file: .nvmrc