File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111
12- strategy :
13- matrix :
14- node-version : [20.x, 22.x]
15-
1612 steps :
1713 - uses : actions/checkout@v4
18- - name : Use Node.js ${{ matrix.node-version }}
14+ - name : Use Node.js 22.x
1915 uses : actions/setup-node@v4
2016 with :
21- node-version : ${{ matrix.node-version }}
17+ node-version : ' 22.x '
2218 cache : ' npm'
2319
2420 # Node dependencies clean install
Original file line number Diff line number Diff line change @@ -12,16 +12,12 @@ jobs:
1212 build :
1313 runs-on : ubuntu-latest
1414
15- strategy :
16- matrix :
17- node-version : [20.x, 22.x]
18-
1915 steps :
2016 - uses : actions/checkout@v4
21- - name : Use Node.js ${{ matrix.node-version }}
17+ - name : Use Node.js 22.x
2218 uses : actions/setup-node@v4
2319 with :
24- node-version : ${{ matrix.node-version }}
20+ node-version : ' 22.x '
2521 cache : ' npm'
2622 - run : npm ci
2723 - run : npm run semantic-release
You can’t perform that action at this time.
0 commit comments