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