Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Jul 19, 2024
1 parent be6eb52 commit 45fdf99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
with:
node-version-file: ".nvmrc"

- name: log versions
run: |
node --version
npm -v
- name: Reuse npm cache folder
uses: actions/cache@v4
env:
Expand Down

0 comments on commit 45fdf99

Please sign in to comment.