Skip to content

Commit

Permalink
feat: bumped checkout action version
Browse files Browse the repository at this point in the history
  • Loading branch information
baldeepsingh-pantelwar committed Jan 25, 2024
1 parent df05433 commit 09190f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
node-version: "18"
Expand All @@ -22,7 +22,6 @@ jobs:
npm install -g yarn
yarn install
- name: Generate documentation
run: yarn typedoc

Expand Down

0 comments on commit 09190f4

Please sign in to comment.