Skip to content

Commit 58cac3f

Browse files
committed
Use Node 12 in gradle.yml
1 parent 39938e9 commit 58cac3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: '10.x'
14+
node-version: '12.x'
1515
- name: Install NPM
1616
run: cd client && npm install
1717
- name: Build provisioning-app FE

0 commit comments

Comments
 (0)