Skip to content

Commit

Permalink
chore: add node16 to github actions build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Dec 13, 2021
1 parent 8fb81a9 commit 2489add
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ jobs:
node-version:
- 12.x
- 14.x
- 16.x
include:
- os: ubuntu-20.04
node-version: 8.x
status: 'deprecated'
- os: ubuntu-20.04
node-version: 10.x
status: 'deprecated'
- os: ubuntu-20.04
node-version: 16.x
status: 'experimental'
steps:
- uses: actions/checkout@v2
- name: 'Install apt packages'
Expand Down

0 comments on commit 2489add

Please sign in to comment.