Skip to content

Commit

Permalink
Drop support against Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Sep 15, 2024
1 parent e0fb05a commit ee83f26
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
15 changes: 0 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,17 +189,6 @@ jobs:
steps:
- audit

test-node16:
executor:
name: node
browser: true
version: '16.20'
steps:
- prepare:
force: true
browser: true
- test

test-node18:
executor:
name: node
Expand Down Expand Up @@ -263,9 +252,6 @@ workflows:
jobs:
# Test
- audit
- test-node16:
requires:
- audit
- test-node18:
requires:
- audit
Expand All @@ -279,7 +265,6 @@ workflows:
# Docker (latest)
- docker-build-latest:
requires:
- test-node16
- test-node18
- test-node20
- test-node22
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@ jobs:
fail-fast: false
matrix:
node-version:
- '^16.20.2'
- '^18.20.4'
- '20.17.0'
- '^22.8.0'
include:
- node-version: '^16.20.2'
force: true
- node-version: '^18.20.4'
force: true

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"bespoke": "bespokejs/bespoke",
"builtin-modules": "^4.0.0",
"chalk": "^5.3.0",
"cheerio": "1.0.0-rc.12",
"cheerio": "^1.0.0",
"chrome-launcher": "^1.1.2",
"css.escape": "^1.5.1",
"cssnano": "^7.0.6",
Expand Down

0 comments on commit ee83f26

Please sign in to comment.