Skip to content

Commit fa63f29

Browse files
authored
Merge pull request Qloapps#15 from abhishek-webkul/fix-workflow
Fix deployment workflow
2 parents e42cdcc + 9160aab commit fa63f29

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ jobs:
1010
steps:
1111
# https://github.com/actions/checkout
1212
- name: Checkout 🛎️
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
with:
1515
persist-credentials: false
1616

17+
- uses: actions/setup-node@v3
18+
with:
19+
node-version: 16.20.0
20+
1721
- name: NPM install 📦
1822
uses: bahmutov/npm-install@v1
1923

0 commit comments

Comments
 (0)