Skip to content

Commit

Permalink
Raise minimum Node.js version to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 11, 2023
1 parent f0eb586 commit f8536c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 14
- 16
- 18
- 20
- latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"minipass-fetch": "^3.0.1"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"jest": {
"coverageDirectory": "coverage",
Expand Down

0 comments on commit f8536c2

Please sign in to comment.