Skip to content

Commit

Permalink
feat: require node >= 16.x (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito authored Mar 6, 2022
1 parent 80abf96 commit 448b493
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- name: Install dependencies
uses: bahmutov/npm-install@v1

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.14.0

- name: Unit tests
run: yarn test

Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.14.0
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"README.md",
"lib"
],
"engines": {
"node": ">=16.x"
},
"devDependencies": {
"@commitlint/cli": "^16.0.3",
"@commitlint/config-conventional": "^16.0.0",
Expand Down

0 comments on commit 448b493

Please sign in to comment.