Skip to content

Commit

Permalink
Upgrade jest (#66)
Browse files Browse the repository at this point in the history
* Upgrade jest

* Update minimum node version to 14
  • Loading branch information
steveukx authored Aug 23, 2023
1 parent dd58a80 commit b18c273
Show file tree
Hide file tree
Showing 4 changed files with 961 additions and 2,181 deletions.
5 changes: 5 additions & 0 deletions .changeset/delta-echo-foo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"properties-reader": minor
---

Update supported engines to drop support for legacy node versions - set support to 14+
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14, 16, 18, 20]
node-version: [14, 16, 18, 20]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"jest": "^26.6.3"
"jest": "^29.6.3"
},
"keywords": [
"properties",
Expand All @@ -47,7 +47,7 @@
"url": "https://github.com/steveukx/properties?sponsor=1"
},
"engines": {
"node": ">=12"
"node": ">=14"
},
"license": "MIT",
"jest": {
Expand Down
Loading

0 comments on commit b18c273

Please sign in to comment.