Skip to content

Commit 8d6dd53

Browse files
committed
Bump copy-webpack-plugin to fix upstream security issue in serialize-javascript
1 parent ef9d61b commit 8d6dd53

File tree

4 files changed

+80
-342
lines changed

4 files changed

+80
-342
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@v8
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)