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 2020 - name : Setup Node.js
2121 uses : actions/setup-node@v4
2222 with :
23- node-version : ' 20 .x'
23+ node-version : ' 22 .x'
2424 - name : Install dependencies
2525 run : npm ci
2626 - name : Verify the integrity of provenance attestations and registry signatures for installed dependencies
Original file line number Diff line number Diff line change 1818
1919 - uses : actions/setup-node@v4
2020 with :
21- node-version : ' 20 .x'
21+ node-version : ' 22 .x'
2222 - run : npm ci
2323 - run : npm run lint
2424 - run : npm run build
Original file line number Diff line number Diff line change 2121 - name : Setup Node.js
2222 uses : actions/setup-node@v4
2323 with :
24- node-version : ' 20 .x'
24+ node-version : ' 22 .x'
2525 - name : Git config
2626 run : |
2727 git config user.name "${GITHUB_ACTOR}"
You can’t perform that action at this time.
0 commit comments