Skip to content

Commit

Permalink
fix(node-engines): updates engines to >= 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexangelj committed Jan 27, 2022
1 parent 60a485d commit e71f682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16
- name: Install Dependencies
run: yarn install --frozen-lockfile --ignore-engines
- name: Build Package
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"src"
],
"engines": {
"node": ">=12"
"node": ">=16"
},
"module": "dist/src.esm.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit e71f682

Please sign in to comment.