Skip to content

Commit

Permalink
Add also to the verification workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechpavlu committed Mar 17, 2024
1 parent cf025c5 commit f0918f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: 'https://registry.npmjs.org'

- name: Cache dependencies
uses: actions/cache@v4
Expand Down Expand Up @@ -48,6 +49,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: 'https://registry.npmjs.org'

- name: Cache dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit f0918f0

Please sign in to comment.