Skip to content

Commit

Permalink
node not needed in github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Davydkov <[email protected]>
  • Loading branch information
davydkov authored Mar 26, 2024
1 parent 08a0379 commit 084886a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20

- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 084886a

Please sign in to comment.