Skip to content

Commit

Permalink
-node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Jun 7, 2021
1 parent 437e80d commit 15c1d06
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10, 12, 14, 16]
node-version: [12, 14, 16]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
node-version: [10, 12, 14, 16]
node-version: [12, 14, 16]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
node-version: [10, 12, 14, 16]
node-version: [12, 14, 16]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

0 comments on commit 15c1d06

Please sign in to comment.