Skip to content

Commit

Permalink
why not just use latest lts node?
Browse files Browse the repository at this point in the history
  • Loading branch information
raluvy95 committed Jun 10, 2023
1 parent 39db718 commit d4a7c0e
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,7 @@ permissions:
contents: read

jobs:
nodev16:
runs-on: ubuntu-latest

steps:
- name: Setup repo
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16

- name: Install dependencies
run: npm install
- name: TypeScript lint
run: npx tsc --noEmit

nodev18:
node:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit d4a7c0e

Please sign in to comment.