fix: js package linting (#2868)

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
Anshuman Pandey
2024-07-10 17:58:27 +05:30
committed by GitHub
parent 9d5a7b7dbd
commit 31c3fac7f5
13 changed files with 360 additions and 179 deletions

View File

@@ -11,10 +11,10 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/dangerous-git-checkout
- name: Setup Node.js 18.x
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- name: Install pnpm
uses: pnpm/action-setup@v4