Skip to content

Commit 4b7d8b3

Browse files
committed
add node version setup in the other flow too
1 parent ab85763 commit 4b7d8b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
- name: ⬇️ Checkout repository code
1414
uses: actions/checkout@v3
1515

16+
- uses: actions/setup-node@v3
17+
with:
18+
node-version: '16'
19+
1620
- name: 🛠 Install dependencies
1721
uses: bahmutov/npm-install@v1
1822

0 commit comments

Comments
 (0)