File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 cache : yarn
5252 node-version : ${{ matrix.node-version }}
5353 - name : Install Dependencies
54- run : yarn install --frozen-lockfile
54+ run : yarn install --frozen-lockfile${{ matrix.node-version == '18' && ' --ignore-engines' || '' }}
5555 - name : Run Tests
5656 run : yarn test --testPathIgnorePatterns conformance
5757 env :
8080 cache : yarn
8181 node-version : ${{ matrix.node-version }}
8282 - name : Install Dependencies
83- run : yarn install --frozen-lockfile
83+ run : yarn install --frozen-lockfile${{ matrix.node-version == '18' && ' --ignore-engines' || '' }}
8484 - name : Disable AppArmor
8585 run : echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
8686 - name : Run Conformance Tests
Original file line number Diff line number Diff line change 104104 "typescript" : " ~5.9.3" ,
105105 "webpack" : " ^5.104.1" ,
106106 "webpack-cli" : " ^6.0.1" ,
107- "webpack-dev-server" : " ^5.0 .4" ,
107+ "webpack-dev-server" : " ^5.2 .4" ,
108108 "webpack-dev-server-v4" : " npm:webpack-dev-server@^4.8.0" ,
109109 "webpack-hot-middleware" : " ^2.26.1" ,
110110 "webpack-plugin-serve" : " ^1.6.0" ,
You can’t perform that action at this time.
0 commit comments