Skip to content

Commit

Permalink
chore: drop node 12 and 14
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdor committed Nov 28, 2023
1 parent 54007af commit ed7c165
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
branches:
- main
- 'renovate/**'
- "renovate/**"

jobs:
build:
Expand All @@ -20,7 +20,7 @@ jobs:
HUSKY: 0
strategy:
matrix:
node: [12, 14, 16]
node: [16, 18, 20]
os: [ubuntu-latest, macos-latest]
name: Building on ${{ matrix.os }} and node ${{ matrix.node }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"license": "MIT",
"engines": {
"node": ">=12"
"node": ">=16"
},
"scripts": {
"lint": "eslint -c .eslintrc src/**/*.js",
Expand Down

0 comments on commit ed7c165

Please sign in to comment.