File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 build :
1212 strategy :
1313 matrix :
14- node-version : ['12 ', '>=14 ']
14+ node-version : ['14 ', '>=18 ']
1515
1616 name : Node.js v${{ matrix.node-version }}
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v2
20- - uses : actions/setup-node@v1
19+ - uses : actions/checkout@v3
20+ - uses : actions/setup-node@v3
2121 with :
2222 node-version : ${{ matrix.node-version }}
2323 - run : |
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 if : github.ref == 'refs/heads/main'
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 with :
1414 persist-credentials : false
15- - uses : actions/setup-node@v1
15+ - uses : actions/setup-node@v3
1616 with :
17- node-version : 14
17+ node-version : 18
1818 - run : |
1919 npm ci
2020 npm run toc
You can’t perform that action at this time.
0 commit comments