File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 node-version : [18.x, 20.x]
1717
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v4
2020
2121 - name : Use Node.js ${{ matrix.node-version }}
22- uses : actions/setup-node@v6
22+ uses : actions/setup-node@v4
2323 with :
2424 node-version : ${{ matrix.node-version }}
2525 cache : ' npm'
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v4
2828
2929 - name : Setup Pages
30- uses : actions/configure-pages@v6
30+ uses : actions/configure-pages@v4
3131
3232 - name : Upload artifact
3333 uses : actions/upload-pages-artifact@v4
Original file line number Diff line number Diff line change 1+ PATH="/usr/local/bin:/opt/homebrew/bin:$PATH"
2+ node_modules/.bin/lint-staged
You can’t perform that action at this time.
0 commit comments