Skip to content

Commit

Permalink
build: upgrade ecmascript version (#5507)
Browse files Browse the repository at this point in the history
* build: upgrade ecmascript version

* ci: adjust conditions of check
  • Loading branch information
uiolee committed Jun 28, 2024
1 parent 5ccd66e commit a3f27b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- "master"
- "v7.0.0"
paths:
- "lib/**"
- "test/**"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ on:
push:
branches:
- "master"
- "v7.0.0"
paths:
- "lib/**"
- "test/**"
- "package.json"
- "tsconfig.json"
- ".github/workflows/tester.yml"
pull_request:
paths:
- "lib/**"
- "test/**"
- "package.json"
- "tsconfig.json"
- ".github/workflows/tester.yml"

permissions:
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"target": "es2020",
"sourceMap": true,
"outDir": "dist",
"declaration": true,
Expand All @@ -17,4 +17,4 @@
"exclude": [
"node_modules"
]
}
}

0 comments on commit a3f27b8

Please sign in to comment.