Skip to content

Commit 7b45f1b

Browse files
authored
Update default.yml
1 parent 6321fb3 commit 7b45f1b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/default.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
- name: ⬇️ Checkout repo
1616
uses: actions/checkout@v4
1717

18+
- name: 🆙 Setup node
19+
uses: actions/setup-node@v6.4.0
20+
with:
21+
node-version-file: ".nvmrc"
22+
1823
- name: 📥 Download deps default-npm-cache
1924
if: steps.npm-cache.outputs.cache-hit != 'true'
2025
uses: bahmutov/npm-install@v1

0 commit comments

Comments
 (0)