Skip to content

Commit

Permalink
chore!: update supported Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
d4nyll committed Feb 4, 2024
1 parent af03a95 commit ce53bfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v4 # https://github.com/actions/checkout
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"jest": "^29.7.0"
},
"engines": {
"node": ">=8.0.0",
"npm": "~5.2.0"
"node": ">=18.0.0",
"npm": ">=9.8.1"
},
"homepage": "https://github.com/d4nyll/mermal",
"keywords": [
Expand All @@ -51,4 +51,4 @@
"prepublishOnly": "npm run lint && npm run test",
"test": "jest src"
}
}
}

0 comments on commit ce53bfb

Please sign in to comment.