File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,15 @@ jobs:
2424 steps :
2525 - name : Checkout
2626 uses : actions/checkout@v3
27+ - name : Enable Corepack
28+ run : corepack enable
2729 - name : Use Node.js ${{ matrix.node-version }}
28- uses : actions/setup-node@v3
30+ uses : actions/setup-node@v4
2931 with :
30- node-version : ${{ matrix.node-version }}
32+ node-version : 20
33+ registry-url : ' https://registry.npmjs.org/'
3134 cache : ' yarn'
35+ cache-dependency-path : ' yarn.lock'
3236 - name : Install dependencies
3337 run : yarn install --frozen-lockfile
3438 - name : Build packages
Original file line number Diff line number Diff line change 2424 with :
2525 fetch-tags : ' true'
2626 fetch-depth : ' 0'
27+ - name : Enable Corepack
28+ run : corepack enable
2729 - name : Install Node.js
2830 uses : actions/setup-node@v4
2931 with :
You can’t perform that action at this time.
0 commit comments