Skip to content

Commit

Permalink
Update pr-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadahmad21 committed Dec 19, 2023
1 parent e29fd21 commit 14815bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
with:
node-version: 20

- name: Register ts-node
shell: bash
run: |
echo 'NODE_OPTIONS="--loader ts-node/esm"' >> $GITHUB_ENV
- uses: pnpm/action-setup@v2
with:
version: 8
Expand All @@ -98,11 +103,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Register ts-node
shell: bash
run: |
echo 'NODE_OPTIONS="--loader ts-node/esm"' >> $GITHUB_ENV
- name: Lint
run: "pnpm lint:js"

Expand Down

0 comments on commit 14815bd

Please sign in to comment.