File tree Expand file tree Collapse file tree 4 files changed +426
-646
lines changed
Expand file tree Collapse file tree 4 files changed +426
-646
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 os : [ubuntu-latest, windows-latest]
17- version : ['22.17 .1', '24.4 .1']
17+ version : ['22.21 .1', '24.11 .1']
1818 runs-on : ${{ matrix.os }}
1919 steps :
2020 - name : Checkout
3838 - name : Test
3939 run : npm test
4040 - name : Report Coverage
41- uses : codecov/codecov-action@v5.4.0
41+ uses : codecov/codecov-action@v5.5.1
4242 with :
4343 token : ${{ secrets.CODECOV_TOKEN }}
4444 - name : Pack
Original file line number Diff line number Diff line change 44 release :
55 types : [published]
66
7+ permissions :
8+ id-token : write
9+ contents : read
10+
711jobs :
812 publish :
913 if : contains('["knightedcodemonkey"]', github.actor)
1418 - name : Setup Node
15191620 with :
17- node-version : ' 24.4 .1'
21+ node-version : ' 24.11 .1'
1822 - name : Install Dependencies
1923 run : npm ci
2024 - name : Save error log
3034 - name : Pack
3135 run : npm pack
3236 - name : Push to NPM registry
33- uses : JS-DevTools/npm-publish@v3 .1.1
37+ uses : JS-DevTools/npm-publish@v4 .1.1
3438 with :
35- token : ${{ secrets.NPM_AUTH_TOKEN }}
36- tag : ${{ contains(github.ref, '-') && 'next' || 'latest' }}
3739 access : public
40+ tag : ${{ contains(github.ref, '-') && 'next' || 'latest' }}
You can’t perform that action at this time.
0 commit comments