Skip to content

Commit b1da3c1

Browse files
Rollback explicit Node version for publishing
1 parent e948bc4 commit b1da3c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

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

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

2125
- name: Decrypt CloudRepo credentials

0 commit comments

Comments
 (0)