Skip to content

Commit cc415b6

Browse files
committed
fix(ci): back to node 13
1 parent 3565741 commit cc415b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install NodeJS
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: '16'
18+
node-version: '13'
1919
- name: Build JS
2020
working-directory: src/${{ env.PROJECT}}
2121
run: |

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install NodeJS
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: '16'
20+
node-version: '13'
2121
- name: Build JS
2222
working-directory: src/${{ env.PROJECT}}
2323
run: |

0 commit comments

Comments
 (0)