From 2f7702af2082562278cce7aec6214d45f0035b2b Mon Sep 17 00:00:00 2001 From: Snazzah Date: Fri, 3 Feb 2023 22:09:20 -0600 Subject: [PATCH] chore(workflow): fix workflow --- .github/workflows/eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 009d855..248a2a4 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Install Node v18 - uses: actions/setup-node@v1v3 + uses: actions/setup-node@v3 with: node-version: 18 - name: Install Yarn