Skip to content

Commit

Permalink
ci: see if asdf installs node correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
alogarcia committed Sep 13, 2023
1 parent 13e09b8 commit 8b1ecb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: List workspace
run: ls

- name: See node version
run: node -v

- name: Go inside frontend folder
run: cd ./frontend && ls

Expand Down

0 comments on commit 8b1ecb7

Please sign in to comment.