Skip to content

Commit

Permalink
Drop node v12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed May 23, 2022
1 parent b1fbdfe commit f126f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: 'Setup node'
uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
scope: '@dtrw'
- name: 'Create a github release'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"url": "https://github.com/burtek/eslint-config"
},
"engines": {
"node": ">=12"
"node": ">=14"
}
}

0 comments on commit f126f37

Please sign in to comment.