File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414
1515 steps :
1616 - uses : actions/checkout@v2
17-
17+
1818 - name : Use Node.js ${{ matrix.node-version }}
1919 uses : actions/setup-node@v2
2020 with :
2121 node-version : ${{ matrix.node-version }}
2222
2323 - name : Install dependencies
24- run : yarn --frozen-lockfile
24+ run : yarn --immutable
2525
2626 - name : Lint Typescript
2727 run : yarn lint
3939
4040 - name : Run e2e tests
4141 run : |
42- yarn dev & yarn wait-on http://localhost:1337
42+ yarn dev & yarn wait-on http://localhost:1337
4343 yarn test:e2e
4444
45- - name : Build application
46- run : yarn prod
45+ - name : Build application
46+ run : yarn prod
Original file line number Diff line number Diff line change 11yarnPath : " .yarn/releases/yarn-berry.cjs"
2+ nodeLinker : node-modules
You can’t perform that action at this time.
0 commit comments