Skip to content

Commit

Permalink
feat: custom env by options.env (#107)
Browse files Browse the repository at this point in the history
closes #106

refactor: generator to async await
  • Loading branch information
fengmk2 committed May 31, 2023
1 parent c7bb03f commit 4b11bf9
Show file tree
Hide file tree
Showing 41 changed files with 641 additions and 670 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -3,4 +3,4 @@
"parserOptions": {
"ecmaVersion": 13
}
}
}
3 changes: 0 additions & 3 deletions .github/workflows/codeql.yml
Expand Up @@ -17,9 +17,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
schedule:
- cron: '45 17 * * 1'

jobs:
analyze:
name: Analyze
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/nodejs.yml
Expand Up @@ -7,12 +7,10 @@ on:
pull_request:
branches: [ master ]

workflow_dispatch: {}

jobs:
Job:
name: Node.js
uses: artusjs/github-actions/.github/workflows/node-test.yml@v1
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
with:
os: 'ubuntu-latest, macos-latest'
version: '14, 16, 18'
version: '14, 16, 18, 20'
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Expand Up @@ -4,12 +4,10 @@ on:
push:
branches: [ master ]

workflow_dispatch: {}

jobs:
release:
name: Node.js
uses: artusjs/github-actions/.github/workflows/node-release.yml@v1
uses: node-modules/github-actions/.github/workflows/node-release.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
Expand Down

0 comments on commit 4b11bf9

Please sign in to comment.