Skip to content

Commit

Permalink
ci: stop testing against NodeJS v14, v16 (#524)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for NodeJS v14, v16
  • Loading branch information
wolfy1339 committed Jun 3, 2023
1 parent e6201b0 commit 07856e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -13,9 +13,8 @@ jobs:
strategy:
matrix:
node_version:
- 14
- 16
- 18
- 20
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -92,6 +92,6 @@
]
},
"engines": {
"node": ">= 14"
"node": ">= 18"
}
}

0 comments on commit 07856e8

Please sign in to comment.