Skip to content

Commit

Permalink
fix: skip lts/*
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Oct 23, 2023
1 parent fcccb4f commit 3c42938
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Node CI
on:
pull_request:
push:
branches:
- main

jobs:
build:
Expand All @@ -13,12 +11,12 @@ jobs:

strategy:
matrix:
node-version: [latest, lts/*]
node-version: [latest]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
Expand All @@ -37,7 +35,7 @@ jobs:
"npx wait-on tcp:6006 && npm test"
- name: Codecov
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v3

chromatic-deployment:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3c42938

Please sign in to comment.