Skip to content

Commit

Permalink
Make changes in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur0904 committed Oct 9, 2023
1 parent fd2cf96 commit bec9c1b
Show file tree
Hide file tree
Showing 2 changed files with 10,878 additions and 11,580 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Check package-lock version
uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master
id: lockversion
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14
node-version: "${{ steps.lockversion.outputs.version }}"
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
Expand Down
Loading

0 comments on commit bec9c1b

Please sign in to comment.