Skip to content

Commit

Permalink
ci: support older Node.js (regression from 1fc9682)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamweili committed Oct 3, 2022
1 parent d5e5817 commit 1c39444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- node-version: 10.x
test-on-old-node: 1
- node-version: 12.x
test-on-old-node: 1
# test-on-brower: 1
- node-version: 14.x
- node-version: 16.x
Expand Down
1 change: 1 addition & 0 deletions ci/remove-deps-4-old-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const UNSUPPORT_DEPS_4_OLD = new Set([
'eslint-plugin-node',
'husky',
'lint-staged',
'marked',
'remark-cli',
'remark-preset-github',
'xo'
Expand Down

0 comments on commit 1c39444

Please sign in to comment.