Skip to content

Commit 427246b

Browse files
committed
Bump copy-webpack-plugin to fix upstream security issue in serialize-javascript
1 parent 2be67d8 commit 427246b

File tree

4 files changed

+175
-480
lines changed

4 files changed

+175
-480
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
- uses: actions/setup-node@v6
7272
with:
73-
node-version: 18
73+
node-version: 20
7474

7575
- uses: actions/download-artifact@v7
7676
with:

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: git fetch --all
2626
- uses: actions/setup-node@v6
2727
with:
28-
node-version: 18
28+
node-version: 20
2929

3030
- name: Install & build assets
3131
run: |

0 commit comments

Comments
 (0)