Skip to content

Commit

Permalink
fix: run tests on Node v16.14.0 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Jan 23, 2023
1 parent 951d784 commit 1357846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
node: [14.19.0, 16, 17, 18]
node: [16.14.0, 17, 18, 19]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.js",
"engines": {
"node": ">=14.19.0"
"node": ">=16.14.0"
},
"prettier": "@wessberg/prettier-config",
"ava": {
Expand Down

0 comments on commit 1357846

Please sign in to comment.