Skip to content

Commit

Permalink
update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed May 22, 2024
1 parent e9fc7d9 commit d4788f2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,15 @@ jobs:
echo "Unable to determine package manager"
exit 1
fi
working-directory: ./docs
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Setup Node
run: |
cd ./docs
echo "Node version: $(node --version)"
echo "NPM version: $(npm --version)"
shell: bash

- name: Setup Pages
uses: actions/configure-pages@v5
with:
Expand Down

0 comments on commit d4788f2

Please sign in to comment.