Skip to content

Commit

Permalink
CI use only one OS and latest NodeJS lts for Github actions (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
easingthemes committed Apr 12, 2021
1 parent 029deb5 commit 54c1ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [12.x, 14.x, 15.x]
os: [ubuntu-latest]
node-version: [14.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 54c1ec1

Please sign in to comment.