Skip to content

Commit

Permalink
bump engines.node to v16+
Browse files Browse the repository at this point in the history
  • Loading branch information
nwaughachukwuma committed May 10, 2023
1 parent f509bdb commit eefc855
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
matrix:
node-version:
- 16
- 14
- 18
steps:
- uses: actions/checkout@v3
- name: Set Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14.x"
node-version: "16.x"
- uses: actions/download-artifact@v3
with:
name: lib
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
"tsd": "^0.28.1",
"typescript": "^5.0.4",
"whatwg-fetch": "^3.6.2"
},
"engines": {
"node": ">=16"
}
}

0 comments on commit eefc855

Please sign in to comment.