Skip to content

Commit

Permalink
ci(actions): don't test on Node 10 anymore, instead Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Aug 1, 2021
1 parent 672ce0c commit a0e97bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/branches.yml
Expand Up @@ -19,10 +19,9 @@ jobs:
strategy:
matrix:
node-version:
- 10.x
- 12.x
- 14.x
- 15.x
- 16.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Expand Up @@ -15,10 +15,9 @@ jobs:
strategy:
matrix:
node-version:
- 10.x
- 12.x
- 14.x
- 15.x
- 16.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit a0e97bf

Please sign in to comment.