Skip to content

Commit e9c5cc5

Browse files
committed
Update frontend-deploy.yml
1 parent c887128 commit e9c5cc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/frontend-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
steps:
1818
- name: Checkout Repo
1919
uses: actions/checkout@master
20+
- name: Set Node Version
21+
uses: actions/setup-node@v3
22+
with:
23+
node-version: 16
2024
- name: Install Dependencies
2125
working-directory: ./frontend
2226
run: npm install

0 commit comments

Comments
 (0)