Skip to content

Commit 9f21312

Browse files
committed
Use the correct release version of node in CI
1 parent fa537bc commit 9f21312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v1
1818
with:
19-
node-version: 14.17
19+
node-version: 14.18.3
2020

2121
- name: Set up JDK 11 for Java testing
2222
uses: actions/setup-java@v1

0 commit comments

Comments
 (0)