Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
modify main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuvssut committed May 6, 2024
1 parent 5fe17bf commit fed55da
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,20 @@ jobs:
- name: Action checkout
uses: actions/checkout@v4

- name: Enable Corepack
run: corepack enable

- name: Setting up Node
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
node-version: 'lts/*'
cache: "yarn"

- name: Installing dependencies
run: yarn --immutable
run: yarn

- name: tsc Linting
run: cd lib/js-sdk && yarn lint

- name: Build SDK dist/
run: cd lib/js-sdk && yarn build


0 comments on commit fed55da

Please sign in to comment.