Skip to content

Commit

Permalink
chore: drop v12 support (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS authored Aug 26, 2022
1 parent 93a0324 commit 6ca3a47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js 12
- name: Install Node.js 18
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 18
- name: Install dependencies
run: npm install
- name: Check linting
Expand All @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [12.13.0, 12.x, 14.x, 15.x, 16.x, 17.x]
node-version: [14, 16, 18]

runs-on: ${{matrix.os}}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm i -S @clinic/bubbleprof

## Supported node versions

* Node.js 12 and above
* Node.js 14 and above

## Example

Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"description": "Programmable interface to Clinic.js Bubbleprof",
"repository": "clinicjs/node-clinic-bubbleprof",
"version": "8.0.1",
"engines": {
"node": ">=12.13.0"
},
"scripts": {
"test": "standard | snazzy && tap --no-cov test/*.test.js",
"test:file": "standard | snazzy && tap --no-cov",
Expand Down

0 comments on commit 6ca3a47

Please sign in to comment.