Skip to content

Commit

Permalink
Drop support for Node.js 17 and below (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov authored Oct 22, 2024
1 parent 2bd384a commit f825162
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: npm
- name: Install Dependencies
run: npm ci
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: npm
- name: Install Dependencies
run: npm install --no-shrinkwrap
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
}
},
"engines": {
"node": "12.* || 14.* || 16.* || >= 18"
"node": "18.* || 20.* || >= 22"
},
"volta": {
"node": "14.21.3",
Expand Down

0 comments on commit f825162

Please sign in to comment.