Skip to content

Commit b42177d

Browse files
ci: fix
1 parent 8a4bd08 commit b42177d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
yarn --frozen-lockfile
191191
if: matrix.node-version == '18.x'
192192
# Install main version of our deps
193-
- run: yarn upgrade enhanced-resolve@webpack/enhanced-resolve#main loader-runner@webpack/loader-runner#main webpack-sources@webpack/webpack-sources#main watchpack@webpack/watchpack#main tapable@webpack/tapable#master
193+
- run: yarn upgrade enhanced-resolve@webpack/enhanced-resolve#main loader-runner@webpack/loader-runner#main webpack-sources@webpack/webpack-sources#main watchpack@webpack/watchpack#main tapable@webpack/tapable#main
194194
if: matrix.use_main_branches == '1'
195195
# Install dependencies for LTS node versions
196196
- run: yarn --frozen-lockfile

0 commit comments

Comments
 (0)