From 5b4d30478f2a63cc52bafe6a10f4ebe50b996364 Mon Sep 17 00:00:00 2001 From: Nitrrine Date: Fri, 30 Aug 2024 00:26:32 +0500 Subject: [PATCH] Oops --- .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 b5be09d..165587c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js v20.16.0 uses: actions/setup-node@v4 with: - node-version: [20.16.0] + node-version: "20.16.0" cache: "pnpm" - name: Install dependencies