Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update node versions to test #923

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 14]
node: [14, 16, 18]
steps:
- uses: actions/checkout@v2
- run: git config --global user.name 'CI'
Expand All @@ -34,7 +34,7 @@ jobs:
- run: git config --global user.email 'dummy@example.org'
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- run: npm install --engine-strict
- run: npm run test-windows
- name: coverage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": "https://github.com/conventional-changelog/conventional-changelog/issues",
"description": "Generate a changelog from git metadata",
"engines": {
"node": ">=10"
"node": ">=14"
},
"files": [],
"homepage": "https://github.com/conventional-changelog/conventional-changelog#readme",
Expand Down