Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-frontegg authored Nov 26, 2023
1 parent beab4f3 commit d3e9420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ jobs:
name: 'Install, Build and Test'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Read .nvmrc
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
id: nvm
- name: Use Node.js (.nvmrc)
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}"
- run: make clean
- run: make install
- run: make build
- name: "Trigger Oauth Service Pipeline Workflow"
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
github-token: ${{ secrets.DISPATCH_WORKFLOWS_TOKEN }}
script: |
Expand Down

0 comments on commit d3e9420

Please sign in to comment.