File tree Expand file tree Collapse file tree 4 files changed +2201
-776
lines changed
Expand file tree Collapse file tree 4 files changed +2201
-776
lines changed Original file line number Diff line number Diff line change 2525 cache : ' npm'
2626
2727 - name : Install dependencies
28- run : npm ci
28+ run : npm install
2929
3030 - name : Run linting
3131 run : npm run lint
@@ -56,11 +56,11 @@ jobs:
5656 - name : Setup Node.js
5757 uses : actions/setup-node@v4
5858 with :
59- node-version : 20
59+ node-version : 22
6060 cache : ' npm'
6161
6262 - name : Install dependencies
63- run : npm ci
63+ run : npm install
6464
6565 - name : Validate PR commits
6666 run : npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
3737 - name : Setup Node.js
3838 uses : actions/setup-node@v4
3939 with :
40- node-version : 20
40+ node-version : 22
4141 cache : ' npm'
4242
4343 - name : Install dependencies
44- run : npm ci
44+ run : npm install
4545
4646 - name : Run tests
4747 run : npm run test:coverage
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
2525 - name : Setup Node.js
2626 uses : actions/setup-node@v4
2727 with :
28- node-version : 20
28+ node-version : 22
2929 cache : ' npm'
3030
3131 - name : Install dependencies
32- run : npm ci
32+ run : npm install
3333
3434 - name : Build package
3535 run : npm run build
You can’t perform that action at this time.
0 commit comments