File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 strategy :
2121 matrix :
22- node : [ 18, 20 ]
22+ node : [ 20, 22 ]
2323 # Steps represent a sequence of tasks that will be executed as part of the job
2424 name : Build for Node ${{ matrix.node }} version
2525 steps :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- node : [ 18, 20 ]
19+ node : [ 20, 22 ]
2020
2121 name : Build for Node ${{ matrix.node }} version
2222 steps :
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v4
1111 - uses : actions/setup-node@v4
1212 with :
13- node-version : 20
13+ node-version : 22
1414 registry-url : ' https://registry.npmjs.org'
1515 - run : npm install
1616 - run : npm publish
You can’t perform that action at this time.
0 commit comments