Skip to content

Commit

Permalink
chore: changes in GitHub Actions automation (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur0904 committed Nov 24, 2023
1 parent f988dd5 commit 83055c2
Show file tree
Hide file tree
Showing 5 changed files with 23,870 additions and 19,321 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 83055c2

Please sign in to comment.