Skip to content

Commit

Permalink
TW: Pull upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Feb 10, 2024
2 parents 1936b22 + 3476fbd commit b0f4400
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@ name: Validate TypeScript

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3.4.1
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 20
- name: Install dependencies
run: npm ci
- name: Validate TypeScript
Expand Down

0 comments on commit b0f4400

Please sign in to comment.