Skip to content

Commit 18a7b51

Browse files
committed
refactor: align runtime code to webpack 5.0.4
1 parent 7947dd2 commit 18a7b51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: Install Pnpm
35-
run: corepack enable
35+
run: |
36+
npm install -g corepack@latest
37+
corepack enable
3638
3739
- name: Setup Node.js
3840
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)