Skip to content

Commit

Permalink
ci: add node v10 and v12 testing back because esm build is not requir…
Browse files Browse the repository at this point in the history
…ed actually
  • Loading branch information
JounQin committed Jan 16, 2024
1 parent d537867 commit 18a49b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
strategy:
matrix:
node:
- 10
- 12
- 14
- 16
- 18
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"scripts": {
"build": "run-p 'build:*'",
"build:r": "r -f esm -o dist",
"build:r": "r -f esm -o dist || exit 0",
"build:tsc": "tsc -b",
"lint": "run-p 'lint:*'",
"lint:es": "eslint . --cache",
Expand Down

0 comments on commit 18a49b2

Please sign in to comment.