Skip to content

Commit

Permalink
Merge 229a4bf into fceb955
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed May 25, 2023
2 parents fceb955 + 229a4bf commit eb1d44e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs-ci-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand All @@ -37,10 +37,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js 19.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 19.x
node-version: 18.x
- run: npm ci
- run: npm run build
- run: npm run test:headless
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on the web - search it! Fowler's blog post is one place to
| Documentation: | https://nodeshift.dev/opossum/ |
| Typings: | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/opossum
| Issue tracker: | https://github.com/nodeshift/opossum/issues |
| Engines: | Node.js >= 14 |
| Engines: | Node.js >= 16 |

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"rate-limiting"
],
"engines": {
"node": "^19 || ^18 || ^16 || ^14"
"node": "^20 || ^18 || ^16"
},
"support": true
}

0 comments on commit eb1d44e

Please sign in to comment.