Skip to content

Commit 554d1ce

Browse files
committed
fix: lts only check on github actions workflow
1 parent c9db267 commit 554d1ce

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@ name: Node.js CI
22

33
on:
44
push:
5-
branches: ["*"]
65
pull_request:
7-
branches: ["*"]
86

97
jobs:
108
build:
11-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-latest
1210

1311
strategy:
1412
matrix:
15-
node-version: [node, lts/*]
13+
node-version: [lts/*]
1614

1715
steps:
1816
- name: Checkout repository

0 commit comments

Comments
 (0)