We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f50f56 commit e8c26a4Copy full SHA for e8c26a4
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
distribution: 'adopt'
54
java-version: ${{ matrix.java }}
55
- name: 'Set up node' # Needed for formatting with prettier
56
- uses: actions/setup-node@v2.1.5
+ uses: actions/setup-node@v2.2.0
57
with:
58
node-version: 12
59
- name: 'Display JDK version'
0 commit comments