File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,17 @@ jobs:
1515
1616 strategy :
1717 matrix :
18- node-version : ' 24.13 .0'
18+ node-version : ' 24.14 .0'
1919 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020
2121 steps :
2222 - uses : actions/checkout@v3
2323 - name : Use Node.js ${{ matrix.node-version }}
2424 uses : actions/setup-node@v3
2525 with :
26- node-version : ' 24.13 .0'
26+ node-version : ' 24.14 .0'
2727 cache : ' npm'
2828 - run : npm ci
2929 - run : npm test
3030
31+
Original file line number Diff line number Diff line change 2020 - name : Setup Node.js
2121 uses : actions/setup-node@v4
2222 with :
23- node-version : ' 24.13 .0'
23+ node-version : ' 24.14 .0'
2424 registry-url : " https://registry.npmjs.org"
2525
2626 - name : Install dependencies
3232 - name : Publish to npm
3333 run : npm run publish
3434
35+
You can’t perform that action at this time.
0 commit comments