This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +361
-361
lines changed
cna-template/template/frameworks/github-actions/.github/workflows
create-nuxt-app/test/snapshots Expand file tree Collapse file tree 3 files changed +361
-361
lines changed Original file line number Diff line number Diff line change 2424 uses : actions/checkout@master
2525
2626 - name : Setup node env π
27- uses : actions/setup-node@v2.1.2
27+ uses : actions/setup-node@v2.1.5
2828 with :
2929 node-version : ${{ matrix.node }}
3030 check-latest : true
3535 run : echo "::set-output name=dir::$(yarn cache dir)"
3636
3737 - name : Cache node_modules π¦
38- uses : actions/cache@v2
38+ uses : actions/cache@v2.1.4
3939 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
4040 with :
4141 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
4545 <%_ } _ % >
4646 <%_ if (pm === 'npm') { _ % >
4747 - name : Cache node_modules π¦
48- uses : actions/cache@v2
48+ uses : actions/cache@v2.1.4
4949 with :
5050 path : ~/.npm
5151 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
5454 <%_ } _ % >
5555
5656 - name : Install dependencies π¨π»βπ»
57- run : <%= pmRun === 'yarn' ? 'yarn' : 'npm ci' %>
57+ run : <%= pmRun === 'yarn' ? 'yarn' : 'npm ci --prefer-offline --no-audit ' %>
5858
5959 <%_ if (linter.length > 0) { _ % >
6060 - name : Run linter π
You canβt perform that action at this time.
0 commit comments