Skip to content

Commit

Permalink
fix: lint and typescript github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mateki0 committed Jan 13, 2024
1 parent 25a210f commit b2815ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Enable Corepack before setting up Node
run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Enable Corepack before setting up Node
run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit b2815ae

Please sign in to comment.