File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 matrix :
88 node-version :
99 - 16.15.1
10- - 18.3 .0
10+ - 18.4 .0
1111 steps :
1212 - uses : actions/checkout@v3
1313 - name : Build / Test Node ${{ matrix.node-version }}
3434 - uses : actions/checkout@v3
3535 - uses : actions/setup-node@v3.3.0
3636 with :
37- node-version : 18.3 .0
37+ node-version : 18.4 .0
3838 cache : npm
3939 - run : npm ci
4040 - run : npx semantic-release
Original file line number Diff line number Diff line change 2323 languages : javascript
2424 - uses : actions/setup-node@v3.3.0
2525 with :
26- node-version : 18.3 .0
26+ node-version : 18.4 .0
2727 cache : npm
2828 - run : npm ci
2929 - name : Perform CodeQL Analysis
Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v3
1010 - uses : actions/setup-node@v3.3.0
1111 with :
12- node-version : 18.3 .0
12+ node-version : 18.4 .0
1313 - run : npm ci
1414 - run : npm run docs
1515 - uses : gr2m/create-or-update-pull-request-action@v1
You can’t perform that action at this time.
0 commit comments