File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 path : node_modules
2929
3030 - name : Setup Node
31- uses : actions/setup-node@v4
31+ uses : actions/setup-node@v5
3232 with :
33- cache : ${{ steps.npm-install-cache.outputs.cache-hit != 'true' && 'npm' || ' ' }}
33+ package-manager- cache : ${{ steps.npm-install-cache.outputs.cache-hit != 'true' }}
3434 node-version-file : .nvmrc
3535
3636 - name : Restore build (from cache)
Original file line number Diff line number Diff line change 2727
2828 - name : Setup Node
2929 if : steps.npm-install-cache.outputs.cache-hit != 'true'
30- uses : actions/setup-node@v4
30+ uses : actions/setup-node@v5
3131 with :
32- cache : ' npm'
3332 node-version-file : .nvmrc
3433
3534 - name : Install dependencies
6160 path : node_modules
6261
6362 - name : Setup Node
64- uses : actions/setup-node@v4
63+ uses : actions/setup-node@v5
6564 with :
6665 node-version-file : .nvmrc
66+ package-manager-cache : false
6767
6868 - name : Build
6969 run : npm run build
Original file line number Diff line number Diff line change 4545 path : node_modules
4646
4747 - name : Setup Node
48- uses : actions/setup-node@v4
48+ uses : actions/setup-node@v5
4949 with :
5050 node-version-file : .nvmrc
51+ package-manager-cache : false
5152
5253 - name : Run linting
5354 run : npm run lint
7677 path : packages/*/dist/
7778
7879 - name : Setup Node
79- uses : actions/setup-node@v4
80+ uses : actions/setup-node@v5
8081 with :
8182 node-version-file : .nvmrc
83+ package-manager-cache : false
8284
8385 - name : Setup Puppeteer
8486 run : npm run install:puppeteer
@@ -124,9 +126,10 @@ jobs:
124126 path : packages/*/dist/
125127
126128 - name : Setup Node
127- uses : actions/setup-node@v4
129+ uses : actions/setup-node@v5
128130 with :
129131 node-version-file : .nvmrc
132+ package-manager-cache : false
130133
131134 - name : Resolve entry path
132135 run : |
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v5
1919
2020 - name : Setup Node
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@v5
2222 with :
2323 node-version-file : .nvmrc
2424 registry-url : https://registry.npmjs.org/
You can’t perform that action at this time.
0 commit comments