Skip to content

Commit

Permalink
Refresh dependencies and list of supported Node.js versions (#219)
Browse files Browse the repository at this point in the history
* Refresh dependencies

* Drop more versions
  • Loading branch information
kibertoad committed May 6, 2024
1 parent 061c68a commit bf559a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"author": "Matteo Collina <hello@matteocollina.com>",
"engines": {
"node": ">=10"
"node": ">=16"
},
"keywords": [
"emitter",
Expand All @@ -45,19 +45,19 @@
"license": "ISC",
"devDependencies": {
"@types/node": "^16.11.1",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"markdownlint-cli": "^0.31.1",
"nyc": "^15.0.0",
"pre-commit": "^1.2.2",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tape": "^5.0.1",
"tsd": "^0.20.0",
"typescript": "^4.0.2"
"tsd": "^0.31.0",
"typescript": "^5.4.5"
},
"dependencies": {
"fastparallel": "^2.3.0",
"qlobber": "^7.0.0"
"fastparallel": "^2.4.1",
"qlobber": "^8.0.1"
}
}

0 comments on commit bf559a3

Please sign in to comment.