File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 strategy :
1919 matrix :
20- node-version : [16]
20+ node-version : [16.x ]
2121 steps :
2222 - uses : actions/checkout@v3
2323 - name : Use Node.js ${{ matrix.node-version }}
4747 runs-on : ubuntu-latest
4848 strategy :
4949 matrix :
50- node-version : [16]
50+ node-version : [16.x ]
5151 steps :
5252 - uses : actions/checkout@v3
5353 - name : Use Node.js ${{ matrix.node-version }}
6969 runs-on : ubuntu-latest
7070 strategy :
7171 matrix :
72- node-version : [16, 18]
72+ node-version : [16.x , 18.x ]
7373 steps :
7474 - uses : actions/checkout@v3
7575 - name : Use Node.js ${{ matrix.node-version }}
9191 runs-on : ubuntu-latest
9292 strategy :
9393 matrix :
94- node-version : [16]
94+ node-version : [16.x ]
9595 steps :
9696 - uses : actions/checkout@v3
9797 - name : Use Node.js ${{ matrix.node-version }}
@@ -113,7 +113,7 @@ jobs:
113113 runs-on : ubuntu-latest
114114 strategy :
115115 matrix :
116- node-version : [16]
116+ node-version : [16.x ]
117117 steps :
118118 - uses : actions/checkout@v3
119119 - name : Use Node.js ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments