Skip to content

Commit

Permalink
End support for Node.js v12
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 18, 2022
1 parent bc5f5e3 commit de652df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -11,15 +11,17 @@ jobs:
- windows-latest
- macos-latest
node:
- 12
- 14
- 16

runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} (Node v${{ matrix.node }})

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: |
git config --global init.defaultBranch main
git config --global user.name User
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"release-it": "^15.0.0-esm.4"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": ">=14"
},
"release-it": {
"hooks": {
Expand Down

0 comments on commit de652df

Please sign in to comment.