Skip to content

Commit

Permalink
test: use node-modules/github-actions ci component
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 3, 2023
1 parent d7e60c8 commit b364afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ on:
pull_request:
branches: [ master, 4.x ]

workflow_dispatch: {}

jobs:
Job:
name: Node.js
uses: fengmk2/github-actions/.github/workflows/node-test-mysql.yml@master
uses: node-modules/github-actions/.github/workflows/node-test-mysql.yml@master
with:
os: 'ubuntu-latest'
version: '16, 18'
version: '16, 18, 20'
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
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@v1
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
Expand Down

0 comments on commit b364afb

Please sign in to comment.