Skip to content

Commit 54c1ec1

Browse files
authored
CI use only one OS and latest NodeJS lts for Github actions (#5)
1 parent 029deb5 commit 54c1ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, macos-latest, windows-latest]
17-
node-version: [12.x, 14.x, 15.x]
16+
os: [ubuntu-latest]
17+
node-version: [14.x]
1818

1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)