We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5499a1c commit 2936486Copy full SHA for 2936486
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Node.js
23
uses: actions/setup-node@v2
24
with:
25
- node-version: lts/*
+ node-version: "lts/*"
26
cache: npm
27
28
- name: Install npm dependencies
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
- run: java -version
0 commit comments