Skip to content

Commit e948bc4

Browse files
Rollback explicit Node version
1 parent ab08c19 commit e948bc4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: .github/workflows/build-on-ubuntu.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
distribution: zulu
1616
cache: gradle
1717

18+
- uses: actions/setup-node@v2
19+
with:
20+
node-version: 'lts/*'
21+
1822
- name: Pull config
1923
run: git submodule update --init --recursive
2024

Diff for: .github/workflows/build-on-windows.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
distribution: zulu
1616
cache: gradle
1717

18+
- uses: actions/setup-node@v2
19+
with:
20+
node-version: 'lts/*'
21+
1822
- name: Pull config
1923
run: git submodule update --init --recursive
2024

0 commit comments

Comments
 (0)