From 09b77c1c6dfc461327f6ff4d4c810851fa9cab00 Mon Sep 17 00:00:00 2001 From: Ryan SU Date: Wed, 13 Sep 2023 23:20:18 +0000 Subject: [PATCH] fix: eslint ci --- .github/workflows/eslint.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index ac26084e..60059ce3 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -21,6 +21,14 @@ jobs: - name: Checkout code uses: actions/checkout@v3 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node-version }} + + - name: Install pnpm + run: npm install -g pnpm + - name: Install ESLint run: | pnpm install eslint@8.10.0