Skip to content

Commit be42bc7

Browse files
committed
Fix node printed version
1 parent 9c7fc27 commit be42bc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
test:
13-
name: 'Tests on ${{matrix.os}} with nodejs v${{matrix.node}}'
13+
name: 'Tests on ${{matrix.os}} with Node "${{matrix.node}}"'
1414
strategy:
1515
matrix:
1616
# Test all mainstream operating systems
@@ -23,6 +23,8 @@ jobs:
2323
node: 'lts/-1'
2424
- os: ubuntu-latest
2525
node: 'lts/-2'
26+
- os: ubuntu-latest
27+
node: 'lts/-3'
2628

2729
runs-on: ${{ matrix.os }}
2830
# This has copy/paste steps and should be refactored using DRY

0 commit comments

Comments
 (0)