Skip to content

Commit 2936486

Browse files
XhmikosRTrott
authored andcommitted
Update ci.yml
1 parent 5499a1c commit 2936486

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Node.js
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: lts/*
25+
node-version: "lts/*"
2626
cache: npm
2727

2828
- name: Install npm dependencies
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up Node.js
5050
uses: actions/setup-node@v2
5151
with:
52-
node-version: lts/*
52+
node-version: "lts/*"
5353
cache: npm
5454

5555
- run: java -version

0 commit comments

Comments
 (0)