Skip to content

Commit

Permalink
Merge pull request #17 from shadiabuhilal/fixBuild2
Browse files Browse the repository at this point in the history
Update push-workflows.yml
  • Loading branch information
shadiabuhilal authored Oct 24, 2023
2 parents 4683035 + 567afe4 commit 865170b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/push-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ jobs:
node-version: ["20.x"]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org/
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 865170b

Please sign in to comment.