Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 02cb52e

Browse files
author
Eugene Manuilov
committed
Updated test workflow to use node 10.
1 parent ef88c77 commit 02cb52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup node
3636
uses: actions/setup-node@v1
3737
with:
38-
node-version: '14.x'
38+
node-version: '10.x'
3939
- name: Install dependencies and build typeorm-uml
4040
run: |
4141
npm ci --ignore-scripts

0 commit comments

Comments
 (0)