File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v4
1919
2020 - name : Use Node.js ${{ matrix.node-version }}
21- uses : actions/setup-node@v3
21+ uses : actions/setup-node@v4
2222 with :
2323 node-version : ${{ matrix.node-version }}
2424 cache : yarn
3030 path : node_modules/.cache
3131 key : build-${{ hashFiles('**/webpack.*.mjs') }}-${{ hashFiles('**/yarn.lock') }}
3232 restore-keys : |-
33- build-${{ hashFiles('**/webpack.*.mjs') }}-${{ hashFiles('**/yarn.lock') }}
34- build-${{ hashFiles('**/webpack.*.mjs') }}-
33+ build-${{ hashFiles('**/webpack.*.mjs') }}-${{ hashFiles('**/yarn.lock') }}
34+ build-${{ hashFiles('**/webpack.*.mjs') }}-
3535
3636 - run : yarn --frozen-lockfile
3737 - name : Build site
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020
2121 - name : Use Node.js ${{ matrix.node-version }}
22- uses : actions/setup-node@v3
22+ uses : actions/setup-node@v4
2323 with :
2424 node-version : ${{ matrix.node-version }}
2525 cache : yarn
3838 - uses : actions/checkout@v4
3939
4040 - name : Use Node.js ${{ matrix.node-version }}
41- uses : actions/setup-node@v3
41+ uses : actions/setup-node@v4
4242 with :
4343 node-version : ${{ matrix.node-version }}
4444 cache : yarn
7474 - uses : actions/checkout@v4
7575
7676 - name : Use Node.js ${{ matrix.node-version }}
77- uses : actions/setup-node@v3
77+ uses : actions/setup-node@v4
7878 with :
7979 node-version : ${{ matrix.node-version }}
8080 cache : yarn
You can’t perform that action at this time.
0 commit comments