Skip to content

Commit

Permalink
Update tslint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyp3Boy authored Oct 10, 2024
1 parent 3b3b234 commit 03bab34
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tslint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Lint

on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
Expand All @@ -22,9 +20,9 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18

# ESLint and Prettier must be in `package.json`
# Este paso instalará las dependencias desde package.json, incluyendo @expo-google-fonts/plus-jakarta-sans
- name: Install Node.js dependencies
run: npm ci

Expand Down

0 comments on commit 03bab34

Please sign in to comment.