Skip to content

Commit 3ee8b1c

Browse files
committed
Workflow update
1 parent ec2ccf9 commit 3ee8b1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
- name: 📦 Install Dependencies
3232
run: flutter pub get
3333

34+
# Setup Node.js to ensure Node.js 20 is used
35+
- name: ⚡ Setup Node.js
36+
uses: actions/setup-node@v3
37+
with:
38+
node-version: '20'
39+
3440
# do not fail if the analyze issue is info level
3541
- name: 🕵️ Analyze
3642
run: |

0 commit comments

Comments
 (0)